代码搜索:readline

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

代码结果 2,619
www.eeworm.com/read/438718/1823057

py test_tok.py

from test_support import verbose, findfile import tokenize, os, sys if verbose: print 'starting...' file = open(findfile('tokenize_tests.py')) tokenize.tokenize(file.readline) if verbose: pri
www.eeworm.com/read/414420/2148433

c main.c

/* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * Add to readline cmdline-editing by * (C) Copyright 2005 * JinHua Luo, GuangDong Linux Center,
www.eeworm.com/read/409921/2223894

c readln.c

/* rdline.c * * Copyright (c) 1992-2001 by Mike Gleason. * All rights reserved. * * Note: It should still be simple to backport the old GNU Readline * support in here. Feel free to do tha
www.eeworm.com/read/408818/2244038

c main.c

/* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * Add to readline cmdline-editing by * (C) Copyright 2005 * JinHua Luo, GuangDong Linux Center,
www.eeworm.com/read/358128/3001584

pm cap.pm

package Term::Cap; # Since the debugger uses Term::ReadLine which uses Term::Cap, we want # to load as few modules as possible. This includes Carp.pm. sub carp { require Carp; goto &Carp::ca
www.eeworm.com/read/358128/3001586

pm ui.pm

package Term::UI; use Carp; use Params::Check qw[check allow]; use Term::ReadLine; use Locale::Maketext::Simple Style => 'gettext'; use Term::UI::History; use strict; BEGIN { use vars qw
www.eeworm.com/read/235304/14075043

changelog

Changes from 1.9 to 1.10 ************************ 05-10-2005 - fix endless loop in file_set_editor() (contributed by Jeff Mital) 05-13-2005 - use Autoconf to build gqlplus. Distribute readline l
www.eeworm.com/read/182643/9198143

clp door.clp

(defrule question1 (declare (salience 280)) => (printout t "do you want to build a door-model? yes or no" crlf) (bind ?response1 (explode$ (readline))) (assert (answer1 ?response1)))
www.eeworm.com/read/278507/10530813

c strclifork.c

#include "unp.h" void str_cli(FILE *fp, int sockfd) { pid_t pid; char sendline[MAXLINE], recvline[MAXLINE]; if ( (pid = Fork()) == 0) { /* child: server -> stdout */ while (Readline(sockfd, re
www.eeworm.com/read/131315/5938762

h keymaps.h

/* keymaps.h -- Manipulation of readline keymaps. */ #ifndef _KEYMAPS_H_ #define _KEYMAPS_H_ #include "chardefs.h" #ifndef __FUNCTION_DEF typedef int Function (); #define __FUNCTION_DEF #endif /*