Searched defs:NCOLS (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c59 #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)
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));
[all...]
/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c46 #define NCOLS 80 macro
151 columns = NCOLS;
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c55 #define NCOLS 256 macro
380 if (last > NCOLS) {
384 scan_save, NCOLS);
526 char setbuf[512]; /* 2+3*NTABS+2+NCOLS+NTABS (+ some extra) */

Completed in 48 milliseconds