代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/290808/3971276
lc readline1.lc
/* include readline */
#include "unp.h"## 1 ##src/test/readline1.c##
ssize_t## 2 ##src/test/readline1.c##
readline(int fd, void *vptr, size_t maxlen)## 3 ##src/test/readline1.c##
{## 4 ##src/t
www.eeworm.com/read/290808/3971278
c readline3.c
/* include readline */
#include "unp.h"
#include "readline.h"
static ssize_t
my_read(Rline *rptr, char *ptr)
{
if (rptr->rl_cnt rl_cnt = read(rptr->read_fd, rptr->rl_buf, size
www.eeworm.com/read/290808/3971285
c readline1.c
/* include readline */
#include "unp.h"
/* PAINFULLY SLOW VERSION -- example only */
ssize_t
readline(int fd, void *vptr, size_t maxlen)
{
ssize_t n, rc;
char c, *ptr;
ptr = vptr;
for (n = 1; n
www.eeworm.com/read/290808/3971289
c readline2.c
/* include readline */
#include "unp.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/270740/4235731
h cli_readline.h
/*
* ____________________________________________________________________
*
* Copyright (c) 2002, Andrew N. Sloss, Chris Wright and Dominic Symes
* All rights reserved.
* ______________
www.eeworm.com/read/270740/4235743
c cli_readline.c
/*
* ____________________________________________________________________
*
* Copyright (c) 2002, Andrew N. Sloss, Chris Wright and Dominic Symes
* All rights reserved.
* ______________
www.eeworm.com/read/270740/4235795
h cli_readline.h
/*
* ____________________________________________________________________
*
* Copyright (c) 2002, Andrew N. Sloss, Chris Wright and Dominic Symes
* All rights reserved.
* ______________
www.eeworm.com/read/270740/4235808
c cli_readline.c
/*
* ____________________________________________________________________
*
* Copyright (c) 2002, Andrew N. Sloss, Chris Wright and Dominic Symes
* All rights reserved.
* ______________
www.eeworm.com/read/398634/2373177
m4 readline.m4
AC_DEFUN([MYSQL_CHECK_READLINE_DECLARES_HIST_ENTRY], [
AC_CACHE_CHECK([HIST_ENTRY is declared in readline/readline.h], mysql_cv_hist_entry_declared,
AC_TRY_COMPILE(
[
#include "stdio.h"
www.eeworm.com/read/398634/2374465
h config_readline.h
/*
config-readline.h Maintained by hand. Contains the readline specific
parts from config.h.in in readline 4.3
*/
#if defined (HAVE_CONFIG_H)
# include
#endif
/*
Ultrix botches t