Home
last modified time | relevance | path

Searched refs:TABMASK (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/troff/
H A Dn9.c438 if ((tabtab[j] & TABMASK) == 0) {
444 if ((length = ((tabtab[j] & TABMASK) - numtab[HP].val)) > 0)
447 type = tabtab[j] & (~TABMASK);
H A Dtdef.h261 #define TABMASK 037777 macro
H A Dn5.c978 tabtab[i] = max(hnumb(&tabtab[max(i-1,0)]), 0) & TABMASK; in caseta()