代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/100263/15879571
c parens.c
/* parens.c -- Implemenation of matching parenthesis feature. */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
r
www.eeworm.com/read/100082/15885774
editline readme.editline
1.1.1.1
This is a line-editing library. It can be linked into almost any
program to provide command-line editing and recall.
It is call-compatible with the FSF readline library, but it is a
fractio
www.eeworm.com/read/321027/13413207
java kb.java
import java.io. *;
public class KB
{
public static String scan()
{
String sc="";
try{
BufferedReader buf=new BufferedReader(new InputStreamReader(System.in));
sc=buf.readLine(
www.eeworm.com/read/315935/13534714
bak myinput.java.bak
import java.io.*;
public class MyInput
{
public static String readString()
{
BufferdReader br=new BufferedReader(new InputStreamReader(System.in));
String string=" ";
try
{string=br.readLine
www.eeworm.com/read/307811/13714827
in config.h.in
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the `readline' library (-lreadline). */
#undef HAVE_LIBREADLINE
/* Define to the address where bug reports
www.eeworm.com/read/300969/13874889
readme
$Revision: 1.6 $
This is a line-editing library. It can be linked into almost any
program to provide command-line editing and recall.
It is call-compatible with the FSF readline library, but i
www.eeworm.com/read/144212/5752821
c search.c
/* search.c - code for non-incremental searching in emacs and vi modes. */
/* Copyright (C) 1992 Free Software Foundation, Inc.
This file is part of the Readline Library (the Library), a set of
www.eeworm.com/read/131315/5938744
c funmap.c
/* funmap.c -- attach names to functions. */
/* Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc.
This file is part of GNU Readline, a library for reading lines
of text with intera
www.eeworm.com/read/126411/6017570
c funmap.c
/* funmap.c -- attach names to functions. */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines of text
www.eeworm.com/read/126411/6017588
c search.c
/* search.c - code for non-incremental searching in emacs and vi modes. */
/* Copyright (C) 1992 Free Software Foundation, Inc.
This file is part of the Readline Library (the Library), a set of