Home
last modified time | relevance | path

Searched refs:lused (Results 1 – 11 of 11) sorted by relevance

/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Dcheckuse.c18 used[c] = lused[c] = rused[c] = 0; in checkuse()
30 lused[c] |= real(table[i][c].col); in checkuse()
H A Dwritecntl.c53 if(lused[c]){ in runtabs()
63 if(realsplit ? rused[c] : (used[c] + lused[c])) in runtabs()
H A Dext.h41 extern int used[], lused[], rused[];
H A Dglobals.c50 int used[MAXCOL], lused[MAXCOL], rused[MAXCOL]; variable
H A Dwrite1line.c137 if(form == 'n' && table[nl][c].rcol && lused[c] == 0) in putline()
153 if(lused[c]){ in putline()
/original-bsd/old/tbl/
H A Dtb.c16 used[c]=lused[c]=rused[c]=0; in checkuse()
28 lused[c] |= real(table[i][c].col); in checkuse()
H A Dt7.c50 if (lused[c]) /*Zero field width*/ in runtabs()
55 if (realsplit? rused[c]: (used[c]+lused[c])) in runtabs()
H A Dt0.c45 int used[MAXCOL], lused[MAXCOL], rused[MAXCOL]; variable
H A Dt..c53 extern int used[], lused[], rused[];
H A Dt8.c118 if (form=='n' && table[nl][c].rcol && lused[c]==0) ct= c+CMID; in putline()
131 if (lused[c]) /*Zero field width*/ in putline()
/original-bsd/old/tp/
H A Dtp3.c164 static lused; in usage()
180 lused = reg; in usage()
190 printf("%4d last\n", lused); in usage()