代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/390106/8483711
htm readline.htm
Reading Lines from a String Using a Regular Expression (Java Developers Almanac Example)
www.eeworm.com/read/179967/9326079
lc readline.lc
/* include readline1 */
#include "unpthread.h"## 1 ##src/threads/readline.c##
static pthread_key_t rl_key;## 2 ##src/threads/readline.c##
static pthread_once_t rl_once = PTHREAD_ONCE_INIT;## 3
www.eeworm.com/read/179967/9326112
c readline.c
/* include readline1 */
#include "unpthread.h"
static pthread_key_t rl_key;
static pthread_once_t rl_once = PTHREAD_ONCE_INIT;
static void
readline_destructor(void *ptr)
{
free(ptr);
}
static void
www.eeworm.com/read/178805/9385282
c readline.c
/* include readline */
//#include "unp.h"
#include
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/364809/9894340
dll readline.dll
www.eeworm.com/read/167847/9950067
c readline.c
/* include readline */
#include "unpipc.h"
static ssize_t
my_read(int fd, char *ptr)
{
static int read_cnt = 0;
static char *read_ptr;
static char read_buf[MAXLINE];
if (read_cnt
www.eeworm.com/read/165847/10049951
c readline.c
/*
* QEMU readline utility
*
* Copyright (c) 2003-2004 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated docume
www.eeworm.com/read/358906/10175623
gif readline.gif
www.eeworm.com/read/278507/10529857
lc readline.lc
/* include readline */
#include "unp.h"## 1 ##src/lib/readline.c##
static int read_cnt;## 2 ##src/lib/readline.c##
static char *read_ptr;## 3 ##src/lib/readline.c##
static char read_buf[MAXLINE
www.eeworm.com/read/278507/10530109
c readline.c
/* include readline */
#include "unp.h"
static int read_cnt;
static char *read_ptr;
static char read_buf[MAXLINE];
static ssize_t
my_read(int fd, char *ptr)
{
if (read_cnt