代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/144212/5752793
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/131315/5938736
h chardefs.h
/* chardefs.h -- Character definitions for readline. */
#ifndef _CHARDEFS_
#ifndef savestring
#define savestring(x) (char *)strcpy (xmalloc (1 + strlen (x)), (x))
#endif
#ifndef whitespace
#define w
www.eeworm.com/read/479931/1325568
c rlfe.c
/* A front-end using readline to "cook" input lines.
*
* Copyright (C) 2004, 1999 Per Bothner
*
* This front-end program is free software; you can redistribute it and/or
* modify it under the t
www.eeworm.com/read/166408/5474721
java yacasconsole.java
package net.sf.yacas;
import java.io.*;
import java.util.*;
public class YacasConsole extends Thread
{
static String readLine(InputStream aStream)
{
StringBuffer line = new StringBuffer();
www.eeworm.com/read/297030/3895597
c rlfe.c
/* A front-end using readline to "cook" input lines.
*
* Copyright (C) 2004, 1999 Per Bothner
*
* This front-end program is free software; you can redistribute it and/or
* modify it under the t
www.eeworm.com/read/438718/1823108
py multifil.py
# A class that makes each part of a multipart message "feel" like an
# ordinary file, as long as you use fp.readline(). Allows recursive
# use, for nested multipart messages. Probably best used toge
www.eeworm.com/read/410728/2201887
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/398634/2374456
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/158872/5590045
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/147336/12563378
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