Lines Matching refs:work
105 work[3*NCOLS+1], /* Work area */ variable
108 *wfirst = &work[0], /* Pointer to beginning of work area */
109 *wlast = &work[3*NCOLS], /* Pointer to end of work area */
300 if (pfirst < &work[NCOLS]) { in center()
301 tlast = plast + (&work[NCOLS] - pfirst); in center()
307 tfirst = &work[NCOLS]; in center()
560 (void) readline(fp, work); in cnvtspec()
562 tspec = readspec(work); in cnvtspec()
697 while (readline(fp, &work[NCOLS]) != NULL) { in process()
700 pfirst = plast = &work[NCOLS]; in process()
792 *(pfirst = plast = &work[NCOLS]) = '\n'; in begtrunc()
805 *(pfirst = plast = &work[NCOLS]) = '\n'; in endtrunc()
822 tfirst = tlast = work; in inputtabs()