代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/100263/15879542
c rlhist.c
/* New for v2.0: readline support -- daw */
/* random code to save history, expand !'s, etc */
#include "tintin.h"
#include
#include
extern HIST_ENTRY **h
www.eeworm.com/read/16793/690732
c rlcat.c
/*
* rlcat - cat(1) using readline
*
* usage: rlcat
*/
/* Copyright (C) 1987-2009 Free Software Foundation, Inc.
This file is part of the GNU Readline Library (Readline), a library for
rea
www.eeworm.com/read/16793/690739
h chardefs.h
/* chardefs.h -- Character definitions for readline. */
/* Copyright (C) 1994-2009 Free Software Foundation, Inc.
This file is part of the GNU Readline Library (Readline), a library
for readin
www.eeworm.com/read/16793/690741
c complete.c
/* complete.c -- filename completion for readline. */
/* Copyright (C) 1987-2011 Free Software Foundation, Inc.
This file is part of the GNU Readline Library (Readline), a library
for reading
www.eeworm.com/read/16793/690780
h keymaps.h
/* keymaps.h -- Manipulation of readline keymaps. */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of the GNU Readline Library (Readline), a library
for re
www.eeworm.com/read/16793/690802
h rlconf.h
/* rlconf.h -- readline configuration definitions */
/* Copyright (C) 1992-2009 Free Software Foundation, Inc.
This file is part of the GNU Readline Library (Readline), a library
for reading l
www.eeworm.com/read/479931/1325559
readme
rlfe (ReadLine Front-End) is a "universal wrapper" around readline.
You specify an interactive program to run (typically a shell), and
readline is used to edit input lines.
There are other such front
www.eeworm.com/read/297030/3895588
readme
rlfe (ReadLine Front-End) is a "universal wrapper" around readline.
You specify an interactive program to run (typically a shell), and
readline is used to edit input lines.
There are other such front
www.eeworm.com/read/279295/10447176
h shell.h
#ifndef __SHELL_H__
#define __SHELL_H__
#define MAX_CMD_LEN 128
#define MAX_CMD_HISTORY 5
#define MAX_ARGS (MAX_CMD_LEN>>3) //1/8
typedef int (*cmdproc)(int argc, char *argv[]);
typedef st
www.eeworm.com/read/278507/10531655
makefile
include ../Make.defines
PROGS = client clientrst \
serv01 serv02 serv03 serv04 serv05 serv06 serv07 serv08
all: ${PROGS}
# The client to test the various servers.
client: client.o pr_cpu_time.o