代码搜索:readline

找到约 2,619 项符合「readline」的源代码

代码结果 2,619
www.eeworm.com/read/235304/14075273

h rlmbutil.h

/* rlmbutil.h -- utility functions for multibyte characters. */ /* Copyright (C) 2001 Free Software Foundation, Inc. This file is part of the GNU Readline Library, a library for reading lines
www.eeworm.com/read/235304/14075334

c terminal.c

/* terminal.c -- controlling the terminal with termcap. */ /* Copyright (C) 1996 Free Software Foundation, Inc. This file is part of the GNU Readline Library, a library for reading lines of te
www.eeworm.com/read/372533/9504926

vb module1.vb

Module Module1 Public s As SMS Sub Main() Do Console.WriteLine("Please Input PDU code(e to exit):") Dim PDUCode As String = Console.ReadLine()
www.eeworm.com/read/321027/13413205

bak kb.java.bak

import java.io. *; public class KB { public String scan() { String sc=""; try{ BufferedReader buf=new BufferedReader(new InputStreamReader(System.in)); sc=buf.readLine(); }
www.eeworm.com/read/144212/5752788

c fileman.c

/* fileman.c -- A tiny application which demonstrates how to use the GNU Readline library. This application interactively allows users to manipulate files and their modes. */ #ifdef HAVE_CONFI
www.eeworm.com/read/144212/5752795

c undo.c

/* readline.c -- a general facility for reading lines of input with emacs style editing and completion. */ /* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc. This file is part of
www.eeworm.com/read/144212/5752802

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
www.eeworm.com/read/144212/5752830

c kill.c

/* kill.c -- kill ring management. */ /* Copyright (C) 1994 Free Software Foundation, Inc. This file is part of the GNU Readline Library, a library for reading lines of text with interact
www.eeworm.com/read/131315/5938734

c fileman.c

/* fileman.c -- A tiny application which demonstrates how to use the GNU Readline library. This application interactively allows users to manipulate files and their modes. */ #include
www.eeworm.com/read/126411/6017563

c fileman.c

/* fileman.c -- A tiny application which demonstrates how to use the GNU Readline library. This application interactively allows users to manipulate files and their modes. */ #include