代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/127694/6002584
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/126411/6017596
standalone
This is a description of C preprocessor defines that readline accepts.
Most are passed in from the parent `make'; e.g. from the bash source
directory.
NO_SYS_FILE is not present
HAVE_UN
www.eeworm.com/read/101135/6237946
3 editline.3
.\" $Revision: 1.2 $
.TH EDITLINE 3
.SH NAME
editline \- command-line editing library with history
.SH SYNOPSIS
.nf
.B "char *"
.B "readline(prompt)"
.B " char *prompt;"
.B "void"
.B "add_history
www.eeworm.com/read/408584/11380678
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/129891/14219157
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/6656/97730
vb module1.vb
Module Module1
Sub Main()
Dim i, j, k As Integer
Dim s, t As String
Console.WriteLine("请输入一个除数")
s = Console.ReadLine()
Try
i = Integ
www.eeworm.com/read/246537/4493720
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/246537/4494026
c strecho02.c
#include "unp.h"
void
str_echo(int sockfd)
{
ssize_t n;
char line[MAXLINE];
heartbeat_serv(sockfd, 1, 5);
for ( ; ; ) {
if ( (n = Readline(sockfd, line, MAXLINE)) == 0)
return; /* conne
www.eeworm.com/read/222917/4816269
libedit readme.libedit
This library can be built with libedit - non-GPL drop-in readline replacement.
Libedit can be obtained from http://sourceforge.net/projects/libedit/
It is taken from NetBSD (http://www.netbsd.org/) CV
www.eeworm.com/read/324447/3503284
3 editline.3
.\" $Revision: 1.1.1.1 $
.TH EDITLINE 3
.SH NAME
editline \- command-line editing library with history
.SH SYNOPSIS
.nf
.B "char *"
.B "readline(prompt)"
.B " char *prompt;"
.B "void"
.B "add_his