HomeSort by relevance Sort by last modified time
    Searched refs:NCOLS (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/newform/
newform.c 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));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/tabs/
tabs.c 55 #define NCOLS 256
380 if (last > NCOLS) {
384 scan_save, NCOLS);
526 char setbuf[512]; /* 2+3*NTABS+2+NCOLS+NTABS (+ some extra) */
  /onnv/onnv-gate/usr/src/cmd/picl/prtpicl/
prtpicl.c 49 #define NCOLS 80
152 columns = NCOLS;
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/
nisprefadm.c 39 #define NCOLS 4
1246 entry_col cols[NCOLS];
1352 eobj.EN_data.en_cols.en_cols_len = NCOLS;
1384 int ncols = NCOLS; local
1385 table_col cols[NCOLS];
1413 tobj.TA_data.ta_maxcol = ncols;
1416 tobj.TA_data.ta_cols.ta_cols_len = ncols;
    [all...]

Completed in 180 milliseconds