代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/317123/13510068
c readline.c
/***************************************************************************
* readline.c
*
* Mon May 21 18:07:51 2007
* Copyright 2007 kf701
* Email
****
www.eeworm.com/read/313440/13587346
gif readline.gif
www.eeworm.com/read/144216/5751951
pm readline.pm
=head1 NAME
Term::ReadLine - Perl interface to various C packages. If
no real package is found, substitutes stubs instead of basic functions.
=head1 SYNOPSIS
use Term::ReadLine;
$term
www.eeworm.com/read/144212/5752828
h readline.h
/* Readline.h -- the names of functions callable from within readline. */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a lib
www.eeworm.com/read/144212/5752845
c readline.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 pa
www.eeworm.com/read/131315/5938763
h readline.h
/* Readline.h -- the names of functions callable from within readline. */
#if !defined (_READLINE_H_)
#define _READLINE_H_
#include "keymaps.h"
#if !defined (__FUNCTION_DEF)
typedef int Function ()
www.eeworm.com/read/131315/5938769
c readline.c
/* readline.c -- a general facility for reading lines of input
with emacs style editing and completion. */
/* Copyright 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
This file contain
www.eeworm.com/read/130105/5964885
c readline.c
/* GNUPLOT - readline.c */
/*
* Copyright (C) 1986 - 1993 Thomas Williams, Colin Kelley
*
* Permission to use, copy, and distribute this software and its
* documentation for any purpose wit
www.eeworm.com/read/127694/6002434
c readline.c
/* include readline */
#include "unp.h"
static ssize_t
my_read(int fd, char *ptr)
{
static int read_cnt = 0;
static char *read_ptr;
static char read_buf[MAXLINE];
if (read_cnt
www.eeworm.com/read/127694/6002456
c readline.c
/* include readline1 */
#include "unpthread.h"
static pthread_key_t rl_key;
static pthread_once_t rl_once = PTHREAD_ONCE_INIT;
static void
readline_destructor(void *ptr)
{
free(ptr);
}
static void