Searched refs:readline (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/re/ |
H A D | sed.h | 49 extern int readline(Text*);
|
H A D | sed0.c | 158 readline(Text *t) function 332 if(!readline(&data))
|
H A D | sed2.c | 265 if(readline(data)) 278 if(readline(data))
|
/ast/src/cmd/mailx/ |
H A D | cmd1.c | 96 readline(setinput(mp), headline, sizeof(headline)); 432 if (readline(ibuf, linebuf, sizeof(linebuf)) < 0)
|
H A D | collect.c | 444 c = readline(pp.fp, pp.buf, sizeof(pp.buf)); 593 while (readline(fp, pp.buf, LINESIZE) >= 0) {
|
H A D | lex.c | 334 if (readline(state.input, &linebuf[n], LINESIZE - n) < 0) {
|
H A D | mailx.h | 1005 extern int readline(FILE*, char*, int);
|
H A D | fio.c | 475 readline(FILE* ibuf, char* buf, int size) function
|
/ast/src/cmd/nmake/ |
H A D | parse.c | 29 * NOTE: readline() from file does double copy to pp->ip and sp 132 Sfio_t* ip; /* readline write string */ 545 readline(int lead) function 931 while (s = lin = readline(lead))
|
Completed in 32 milliseconds