/src/lib/libedit/TEST/ |
rl1.c | 41 #include <readline/readline.h> 47 while ((p = readline("hi$")) != NULL) {
|
fuzz1.c | 9 #include <readline/readline.h>
|
/src/lib/libedit/readline/ |
Makefile | 9 INCS= readline.h 10 INCSDIR= /usr/include/readline 11 INCSYMLINKS= readline.h ${INCSDIR}/history.h
|
readline.h | 1 /* $NetBSD: readline.h,v 1.55 2023/04/25 17:51:32 christos Exp $ */ 37 /* list of readline stuff supported by editline library's readline wrapper */ 105 /* global variables used by readline enabled applications */ 176 char *readline(const char *);
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
unbalanced_allocs.py | 35 line = f.readline() 40 return f.readline() 43 next_line, stack = ProcessStack(f.readline(), f) 57 next_line, stack = ProcessStack(f.readline(), f) 67 line = f.readline() 75 return f.readline() 80 line = f.readline()
|
/src/games/hack/ |
makedefs.c | 82 static void readline(void); 147 readline() function in typeref:typename:void 163 readline(); 189 readline();
|
/src/usr.bin/dc/ |
bcode.h | 70 char *(*readline)(struct source *); member in struct:vtable
|
bcode.c | 60 static __inline char *readline(void); 295 readline(void) function in typeref:typename:char * 299 return src->vtable->readline(src); 948 free(readline()); 1648 free(readline()); 1709 p = (*in.vtable->readline)(&in);
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/ |
asan_symbolize.py | 113 function_name = self.pipe.stdout.readline().rstrip() 116 file_name = self.pipe.stdout.readline().rstrip() 172 function_name = self.pipe.stdout.readline().rstrip() 173 file_name = self.pipe.stdout.readline().rstrip() 211 return self.readline() 213 def readline(self): member in class:UnbufferedLineConverter 214 return self.r.readline().rstrip() 240 atos_line = self.atos.readline()
|
/src/lib/libedit/ |
Makefile | 19 parse.c prompt.c read.c readline.c refresh.c search.c sig.c \ 93 SUBDIR= readline 149 COPTS.readline.c+= ${CC_WNO_STRINGOP_TRUNCATION} ${CC_WNO_STRINGOP_OVERFLOW}
|
/src/tools/gdb/ |
mknative-gdb.old | 74 getvars readline/readline/Makefile \ 79 <$_TMPDIR/readline/readline/config.h 93 <$_TMPDIR/readline/readline/config.h
|
mknative-gdb | 74 getvars readline/readline/Makefile \ 79 <$_TMPDIR/readline/readline/config.h 93 <$_TMPDIR/readline/readline/config.h
|
/src/usr.bin/mail/ |
support.c | 214 if ((c = readline(f, linebuf, LINESIZE, 0)) <= 0) 237 if ((c = readline(f, line2, LINESIZE, 0)) < 0) 276 if (readline(ibuf, linebuf, LINESIZE, 0) < 0) 579 if (readline(ibuf, linebuf, LINESIZE, 0) < 0) 590 if (readline(ibuf, linebuf, LINESIZE, 0) < 0)
|
extern.h | 163 #define readline xreadline /* readline() is defined in libedit */ macro 165 int readline(FILE *, char *, int, int);
|
collect.c | 458 c = readline(stdin, linebuf, LINESIZE, reset_on_stop); 677 while ((rc = readline(fbuf, linebuf, LINESIZE, 0)) >= 0) {
|
lex.c | 950 if (readline(input, &linebuf[n], LINESIZE - n, 0) < 0) { 957 if (readline(input, &linebuf[n], LINESIZE - n, reset_on_stop) < 0) {
|
fio.c | 320 readline(FILE *ibuf, char *linebuf, int linesize, int no_restart) function in typeref:typename:PUBLIC int
|
cmd1.c | 515 if (readline(ibuf, buffer, (int)sizeof(buffer), 0) < 0)
|
format.c | 792 (void)readline(setinput(mp), headline, (int)sizeof(headline), 0);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
sancov.py | 141 bits = int(f_map.readline())
|