Searched refs:readline (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/re/
H A Dsed.h49 extern int readline(Text*);
H A Dsed0.c158 readline(Text *t) function
332 if(!readline(&data))
H A Dsed2.c265 if(readline(data))
278 if(readline(data))
/ast/src/cmd/mailx/
H A Dcmd1.c96 readline(setinput(mp), headline, sizeof(headline));
432 if (readline(ibuf, linebuf, sizeof(linebuf)) < 0)
H A Dcollect.c444 c = readline(pp.fp, pp.buf, sizeof(pp.buf));
593 while (readline(fp, pp.buf, LINESIZE) >= 0) {
H A Dlex.c334 if (readline(state.input, &linebuf[n], LINESIZE - n) < 0) {
H A Dmailx.h1005 extern int readline(FILE*, char*, int);
H A Dfio.c475 readline(FILE* ibuf, char* buf, int size) function
/ast/src/cmd/nmake/
H A Dparse.c29 * 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