代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/207991/5000116
c mal_readline.c
#line 77 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/mal/mal_readline.mx"
#include "mal_config.h"
#include "mal.h"
#undef PATHLENGTH
#include "mal_client.h"
#include "mal_scenario.h"
www.eeworm.com/read/207991/5000120
h mal_readline.h
#ifndef READLINETOOLS_H_INCLUDED
#define READLINETOOLS_H_INCLUDED
#include "mal_client.h"
mal_export int readConsole(Client cntxt);
mal_export char * getConsoleInput(const char *prompt, int linemode
www.eeworm.com/read/171427/5395385
h cli_readline.h
/*
* ____________________________________________________________________
*
* Copyright (c) 2002, Andrew N. Sloss, Chris Wright and Dominic Symes
* All rights reserved.
* ______________
www.eeworm.com/read/171427/5395397
c cli_readline.c
/*
* ____________________________________________________________________
*
* Copyright (c) 2002, Andrew N. Sloss, Chris Wright and Dominic Symes
* All rights reserved.
* ______________
www.eeworm.com/read/171427/5395445
h cli_readline.h
/*
* ____________________________________________________________________
*
* Copyright (c) 2002, Andrew N. Sloss, Chris Wright and Dominic Symes
* All rights reserved.
* ______________
www.eeworm.com/read/171427/5395458
c cli_readline.c
/*
* ____________________________________________________________________
*
* Copyright (c) 2002, Andrew N. Sloss, Chris Wright and Dominic Symes
* All rights reserved.
* ______________
www.eeworm.com/read/166404/5475250
java readline_test.java
/*
* 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/334125/3372607
m4 readline.m4
###############################################
# Readline included by default unless explicitly asked not to
test "${with_readline+set}" != "set" && with_readline=yes
EXTERNAL_READLINE=no
# test for
www.eeworm.com/read/290808/3971186
h readline_r.h
typedef struct {
int read_fd; /* caller's descriptor to read from */
char *read_ptr; /* caller's buffer to read into */
size_t read_maxlen; /* max #bytes to read */
/* next three are use
www.eeworm.com/read/290808/3971216
c readline_r.c
/* include readline */
#include "unp.h"
#include "readline_r.h"
static ssize_t
my_read_r(Rline *rptr, char *ptr)
{
if (rptr->rl_cnt rl_cnt = read(rptr->read_fd, rptr->rl_buf,