代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/166404/5475246
c natgnureadline.c
/*
* USE - UML based specification environment
* Copyright (C) 1999-2004 Mark Richters, University of Bremen
*
* This program is free software; you can redistribute it and/or
* modify it under th
www.eeworm.com/read/222917/4816268
m4 config.m4
dnl
dnl $Id: config.m4,v 1.17.4.3.4.1 2005/11/18 15:10:33 sniper Exp $
dnl
PHP_ARG_WITH(libedit,for libedit readline replacement,
[ --with-libedit[=DIR] Include libedit readline replacement (CLI
www.eeworm.com/read/100263/15879572
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(readline.h)
AC_CONFIG_HEADER(config.h)
AC_REVISION(Configure for Readline 2.0)
# We want these before the checks, so the che
www.eeworm.com/read/16793/691274
tests read-nchars.tests
# interactive
# from tty
read -n 3 -p 'enter three chars: ' xyz
echo
echo $xyz
# using readline
read -p 'enter 3 chars: ' -e -n 3 abc
# readline outputs a newline for us, so we don't need the extra
www.eeworm.com/read/246537/4494020
c treadline3.c
#include "unp.h"
#include "readline.h"
int
main(int argc, char **argv)
{
int count = 0;
ssize_t n;
char recvline[MAXLINE];
Rline rline;
readline_rinit(STDIN_FILENO, recvline, MAXLINE, &rline);
www.eeworm.com/read/229403/4756699
bash30-002
*** bash-3.0/lib/readline/display.c Thu May 27 22:57:51 2004
--- bash/lib/readline/display.c Wed Jul 28 13:48:04 2004
***************
*** 352,356 ****
&prompt_last_invisible,
www.eeworm.com/read/207993/4998167
h readlinetools.h
#ifndef READLINETOOLS_H_INCLUDED
#define READLINETOOLS_H_INCLUDED
#ifdef HAVE_LIBREADLINE
void init_readline(Mapi mid, char *language, int save_history);
void deinit_readline(void);
rl_completion_f
www.eeworm.com/read/290808/3971290
c treadline3.c
#include "unp.h"
#include "readline.h"
int
main(int argc, char **argv)
{
int count = 0;
ssize_t n;
char recvline[MAXLINE];
Rline rline;
readline_rinit(STDIN_FILENO, recvline, MAXLINE, &rline);
www.eeworm.com/read/407729/2259701
bash30-002
*** bash-3.0/lib/readline/display.c Thu May 27 22:57:51 2004
--- bash/lib/readline/display.c Wed Jul 28 13:48:04 2004
***************
*** 352,356 ****
&prompt_last_invisible,
www.eeworm.com/read/374687/2749198
bash30-002
*** bash-3.0/lib/readline/display.c Thu May 27 22:57:51 2004
--- bash/lib/readline/display.c Wed Jul 28 13:48:04 2004
***************
*** 352,356 ****
&prompt_last_invisible,