Searched refs:LINESIZE (Results 1 - 12 of 12) sorted by relevance

/ast/src/cmd/mailx/
H A Dfio.c123 char buf[LINESIZE];
150 else if (!fgets(cp, LINESIZE, ibuf))
155 if ((count = zoff - roff) > LINESIZE)
156 count = LINESIZE;
264 char buf[LINESIZE];
364 char buf[LINESIZE];
600 char buf[LINESIZE];
601 char cmd[LINESIZE];
H A Dmisc.c338 char temp[LINESIZE];
339 char norm[LINESIZE];
435 char buf[LINESIZE];
H A Dcmd1.c92 char pbuf[LINESIZE];
93 char headline[LINESIZE];
417 char linebuf[LINESIZE];
448 char dirname[LINESIZE];
584 char tmp[LINESIZE];
H A Dlex.c293 char linebuf[LINESIZE];
334 if (readline(state.input, &linebuf[n], LINESIZE - n) < 0) {
594 char buf[LINESIZE];
H A Dtty.c362 char buf[LINESIZE];
H A Dlist.c677 char buf[LINESIZE];
678 char mac[LINESIZE];
H A Dmailx.h156 #define LINESIZE (32*STRINGLEN) /* max readable line width */ macro
266 char buf[LINESIZE]; /* Work buffer */
H A Dcmd3.c88 char buf[LINESIZE];
132 char cmd[LINESIZE];
703 char buf[LINESIZE];
H A Dnames.c165 char buf[LINESIZE];
H A Dproc.c331 char buf[LINESIZE + 1];
H A Dcollect.c593 while (readline(fp, pp.buf, LINESIZE) >= 0) {
H A Dvars.c90 char buf[LINESIZE];

Completed in 156 milliseconds