Lines Matching refs:NCOLS
59 #define NCOLS 512 macro
105 work[3*NCOLS+1], /* Work area */
109 *wlast = &work[3*NCOLS], /* Pointer to end of work area */
110 siline[NCOLS], /* First standard input line */
186 if (flp->param <= NCOLS) in options()
191 "buffer, %d\n", NCOLS); in options()
204 if (flp->param <= NCOLS) in options()
209 "buffer, %d\n", NCOLS); in options()
245 if (flp->param <= (3*NCOLS)) in options()
250 "than buffer, %d \n", (3*NCOLS)); in options()
300 if (pfirst < &work[NCOLS]) { in center()
301 tlast = plast + (&work[NCOLS] - pfirst); in center()
307 tfirst = &work[NCOLS]; in center()
697 while (readline(fp, &work[NCOLS]) != NULL) { in process()
700 pfirst = plast = &work[NCOLS]; in process()
792 *(pfirst = plast = &work[NCOLS]) = '\n'; in begtrunc()
805 *(pfirst = plast = &work[NCOLS]) = '\n'; in endtrunc()