Searched refs:rused (Results 1 – 6 of 6) sorted by relevance
27 used[c]=lused[c]=rused[c]=0; in checkuse()35 rused[c]|= real(table[i][c].rcol); in checkuse()
53 int used[MAXCOL], lused[MAXCOL], rused[MAXCOL]; variable
66 extern int used[], lused[], rused[];
70 if (realsplit? rused[c]: (used[c]+lused[c])) in runtabs()
191 if (realsplit ? rused[c]: used[c]) /*Zero field width*/ in putline()
484 short rused[256]; variable486 short rused[32]; variable514 for (i = 0; i < sizeof (rused) / sizeof (rused[0]); i++) { in REGblk()515 m = (rused[i] ^ 0177777) & 0177777; in REGblk()522 rused[i] |= (1 << j); in REGblk()560 rused[rblock / 16] &= ~(1 << (rblock % 16)); in KILLreg()