代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/324447/3503278
readme
$Revision: 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
www.eeworm.com/read/323581/3514728
readme
$Revision: 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
www.eeworm.com/read/304222/3802236
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 it is
www.eeworm.com/read/278796/4141599
c manexamp.c
/* manexamp.c -- The examples which appear in the documentation are here. */
/* Copyright (C) 1987-2002 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
www.eeworm.com/read/275576/4174267
groovy readlinetest.groovy
import java.io.File
/**
* Test to ensure that readLine() method works on Reader/InputStream
*
* @author Jeremy Rayner
* @version $Revision: 2
www.eeworm.com/read/272397/4216692
cs districtcode.cs
using System;
class DistrictCode
{
public static void Main()
{
while(true)
{
Console.Write("请输入(输入“e”退出):");
string inputString = Console.ReadLine();
if( inputString == "e")
www.eeworm.com/read/410728/2201880
c manexamp.c
/* manexamp.c -- The examples which appear in the documentation are here. */
/* Copyright (C) 1987-2002 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
www.eeworm.com/read/410728/2201902
in makefile.in
# This makefile for Readline library documentation is in -*- text -*- mode.
# Emacs likes it that way.
# Copyright (C) 1996 Free Software Foundation, Inc.
# This program is free software; you can re
www.eeworm.com/read/398634/2374452
c savestring.c
/* savestring.c */
/* Copyright (C) 1998,2003 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines of text with interactive input and hist
www.eeworm.com/read/398634/2374457
h xmalloc.h
/* xmalloc.h -- memory allocation that aborts on errors. */
/* Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines of t