Lines Matching refs:work
103 work[3*NCOLS+1], /* Work area */ variable
106 *wfirst = &work[0], /* Pointer to beginning of work area */
107 *wlast = &work[3*NCOLS], /* Pointer to end of work area */
298 if (pfirst < &work[NCOLS]) { in center()
299 tlast = plast + (&work[NCOLS] - pfirst); in center()
305 tfirst = &work[NCOLS]; in center()
558 (void) readline(fp, work); in cnvtspec()
560 tspec = readspec(work); in cnvtspec()
695 while (readline(fp, &work[NCOLS]) != NULL) { in process()
698 pfirst = plast = &work[NCOLS]; in process()
790 *(pfirst = plast = &work[NCOLS]) = '\n'; in begtrunc()
803 *(pfirst = plast = &work[NCOLS]) = '\n'; in endtrunc()
820 tfirst = tlast = work; in inputtabs()