Lines Matching refs:NCOLS
59 #define NCOLS 512
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)
191 "buffer, %d\n", NCOLS);
204 if (flp->param <= NCOLS)
209 "buffer, %d\n", NCOLS);
245 if (flp->param <= (3*NCOLS))
250 "than buffer, %d \n", (3*NCOLS));
300 if (pfirst < &work[NCOLS]) {
301 tlast = plast + (&work[NCOLS] - pfirst);
307 tfirst = &work[NCOLS];
697 while (readline(fp, &work[NCOLS]) != NULL) {
700 pfirst = plast = &work[NCOLS];
792 *(pfirst = plast = &work[NCOLS]) = '\n';
805 *(pfirst = plast = &work[NCOLS]) = '\n';