代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/278796/4141604
c fileman.c
/* Copyright (C) 1987-2002 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines of text with interactive input and history editing.
The
www.eeworm.com/read/275576/4174016
java prompt.java
package org.codehaus.groovy.sandbox.ui;
import java.io.IOException;
public interface Prompt {
String readLine() throws IOException;
void setCompleter(Completer completer);
void
www.eeworm.com/read/272397/4216913
cs registerstudent.cs
using System;
namespace DelegateExample
{
class RegisterStudent
{
static void Main()
{
Console.Write("输入注册的学生名称:");
string studentName = Console.ReadLine();
Student studen
www.eeworm.com/read/410728/2201883
c histexamp.c
/* Copyright (C) 1987-2002 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines of text with interactive input and history editing.
The
www.eeworm.com/read/410728/2201886
c fileman.c
/* Copyright (C) 1987-2002 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines of text with interactive input and history editing.
The
www.eeworm.com/read/410728/2201905
in makefile.in
## -*- text -*- ##
# Makefile for the GNU readline library shared library support.
#
# Copyright (C) 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/o
www.eeworm.com/read/398634/2374461
h tcap.h
/* tcap.h -- termcap library functions and variables. */
/* Copyright (C) 1996 Free Software Foundation, Inc.
This file contains the Readline Library (the Library), a set of
routines for provi
www.eeworm.com/read/398634/2374463
h tilde.h
/* tilde.h: Externally available variables and function in libtilde.a. */
/* Copyright (C) 1992 Free Software Foundation, Inc.
This file contains the Readline Library (the Library), a set of
r
www.eeworm.com/read/398634/2374474
c parens.c
/* parens.c -- Implementation of matching parentheses feature. */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
www.eeworm.com/read/398634/2374478
c nls.c
/* nls.c -- skeletal internationalization code. */
/* Copyright (C) 1996 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines of text with