代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/158872/5592587
c tui.c
/* General functions for the WDB TUI.
Copyright 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation,
Inc.
Contributed by Hewlett-Packard Company.
This file is part of GDB.
T
www.eeworm.com/read/16793/690743
h rltty.h
/* rltty.h - tty driver-related definitions used by some library files. */
/* Copyright (C) 1995-2009 Free Software Foundation, Inc.
This file is part of the GNU Readline Library (Readline), a li
www.eeworm.com/read/147336/12563467
in configure.in
dnl
dnl Configure script for readline library
dnl
dnl report bugs to chet@po.cwru.edu
dnl
dnl Process this file with autoconf to produce a configure script.
AC_REVISION([for Readline 5.0, version 2.52
www.eeworm.com/read/235304/14075160
in configure.in
dnl
dnl Configure script for readline library
dnl
dnl report bugs to chet@po.cwru.edu
dnl
dnl Process this file with autoconf to produce a configure script.
AC_REVISION([for Readline 4.3, version 2.45
www.eeworm.com/read/100263/15879538
c rl.c
/* New for v2.0: readline support -- daw */
/* this is the main bunch of code for readline; lots of misc stuff here */
#ifdef HAVE_STRING_H
#include
#else
#ifdef HAVE_STRINGS_H
#include
www.eeworm.com/read/324119/13284334
makefile
#
#
#
CXX=g++
LD=g++
DEFS=
LDFLAGS=-lm
#
# Uncomment the following if you want to use readline
#
DEFS=-DUSE_READLINE
LDFLAGS=-lm -lreadline -lcurses
#
CXXFLAGS=-g -O2 -Wall -pedantic $(DEFS)
OBJ
www.eeworm.com/read/16793/690785
h rlstdc.h
/* stdc.h -- macros to make source compile on both ANSI C and K&R C compilers. */
/* Copyright (C) 1993-2009 Free Software Foundation, Inc.
This file is part of the GNU Readline Library (Readline
www.eeworm.com/read/384848/2596904
c histexamp.c
#include
#ifdef READLINE_LIBRARY
# include "history.h"
#else
# include
#endif
main (argc, argv)
int argc;
char **argv;
{
char line[1024], *t;
int len,
www.eeworm.com/read/320625/13421115
mk head-stub.mk
#
# head-stub.mk
#
INCLUDES=-I$(PDELIB_HOME)/modules -I$(PDELIB_HOME)/inc
BINDIR=$(PDELIB_HOME)/bin/$(PDELIB_CONFIG)
LIBDIR=$(PDELIB_HOME)/lib/$(PDELIB_CONFIG)
DOCDIR=$(PDELIB_HOME)/lib/www
CO
www.eeworm.com/read/238485/13883136
h control.h
#ifndef CONTROL_H
#define CONTROL_H
extern int control_init();
extern int control_readline();
extern int control_rldef();
extern int control_readint();
extern int control_readfile();
#endif