Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tbl/
H A Dtb.c25 used[c]=lused[c]=rused[c]=0; in checkuse()
37 lused[c] |= real(table[i][c].col); in checkuse()
H A Dt7.c63 if (lused[c]) /*Zero field width*/ in runtabs()
69 if (realsplit? rused[c]: (used[c]+lused[c])) in runtabs()
H A Dt0.c51 int used[MAXCOL], lused[MAXCOL], rused[MAXCOL]; variable
H A Dt..c64 extern int used[], lused[], rused[];
H A Dt8.c137 if (form=='n' && table[nl][c].rcol && lused[c]==0) ct= c+CMID; in putline()
150 if (lused[c]) /*Zero field width*/ in putline()