Searched refs:NCOLS (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/newform/ |
H A D | newform.c | 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() [all …]
|
/titanic_50/usr/src/cmd/tabs/ |
H A D | tabs.c | 55 #define NCOLS 256 macro 380 if (last > NCOLS) { in arbitab() 384 scan_save, NCOLS); in arbitab()
|
/titanic_50/usr/src/cmd/picl/prtpicl/ |
H A D | prtpicl.c | 46 #define NCOLS 80 macro 151 columns = NCOLS; in print_bytearray()
|