Searched defs:linebuf (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/mailx/
H A Dlex.c293 char linebuf[LINESIZE]; local
334 if (readline(state.input, &linebuf[n], LINESIZE - n) < 0) {
339 if (!(n = strlen(linebuf)))
342 if (linebuf[n] != '\\')
344 linebuf[n++] = ' ';
364 if (execute(linebuf, 0))
377 execute(char* linebuf, int contxt) argument
391 for (s = linebuf; isspace(*s); s++);
H A Dhead.c921 ishead(char* linebuf, int inhead) argument
929 cp = linebuf;
935 cp = linebuf;
939 parse(NiL, linebuf, &hl, parbuf, sizeof(parbuf));
941 note(DEBUG, "\"%s\": not a header: no from or date field", linebuf);
H A Dmisc.c252 blankline(char* linebuf) argument
256 for (cp = linebuf; *cp; cp++)
H A Dcmd1.c417 char linebuf[LINESIZE]; local
432 if (readline(ibuf, linebuf, sizeof(linebuf)) < 0)
434 puts(linebuf);
435 lineb = blankline(linebuf);

Completed in 17 milliseconds