代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/147336/12563399
h rltty.h
/* rltty.h - tty driver-related definitions used by some library files. */
/* Copyright (C) 1995 Free Software Foundation, Inc.
This file contains the Readline Library (the Library), a set of
www.eeworm.com/read/235304/14075102
c rlfe.c
/* A front-end using readline to "cook" input lines for Kawa.
*
* Copyright (C) 1999 Per Bothner
*
* This front-end program is free software; you can redistribute it and/or
* modify it under th
www.eeworm.com/read/235304/14075117
h rltty.h
/* rltty.h - tty driver-related definitions used by some library files. */
/* Copyright (C) 1995 Free Software Foundation, Inc.
This file contains the Readline Library (the Library), a set of
www.eeworm.com/read/144212/5752837
h rldefs.h
/* rldefs.h -- an attempt to isolate some of the system-specific defines
for readline. This should be included after any files that define
system-specific constants like _POSIX_VERSION or USG.
www.eeworm.com/read/131315/5939315
c tilde.c
/* tilde.c -- Tilde expansion code (~/foo := $HOME/foo). */
/* Copyright (C) 1988,1989, 1991 Free Software Foundation, Inc.
This file is part of GNU Readline, a library for reading lines
of te
www.eeworm.com/read/126411/6017542
c tilde.c
/* tilde.c -- Tilde expansion code (~/foo := $HOME/foo). */
/* Copyright (C) 1988,1989 Free Software Foundation, Inc.
This file is part of GNU Readline, a library for reading lines
of text wit
www.eeworm.com/read/126411/6017566
c tilde.c
/* tilde.c -- Tilde expansion code (~/foo := $HOME/foo). */
/* Copyright (C) 1988,1989 Free Software Foundation, Inc.
This file is part of GNU Readline, a library for reading lines
of text wit
www.eeworm.com/read/126411/6017595
h rldefs.h
/* rldefs.h -- an attempt to isolate some of the system-specific defines
for readline. This should be included after any files that define
system-specific constants like _POSIX_VERSION or USG.
www.eeworm.com/read/344712/11864369
c main.c
#include "eDbInit.h"
char *readline(char *zPrompt, FILE *in){
char *zLine;
int nLine;
int n;
int eol;
if( zPrompt && *zPrompt ){
#ifdef WIN32
printf("%s",zPrompt);
fflush(std