Searched refs:TABMASK (Results 1 – 3 of 3) sorted by relevance
438 if ((tabtab[j] & TABMASK) == 0) {444 if ((length = ((tabtab[j] & TABMASK) - numtab[HP].val)) > 0)447 type = tabtab[j] & (~TABMASK);
261 #define TABMASK 037777 macro
978 tabtab[i] = max(hnumb(&tabtab[max(i-1,0)]), 0) & TABMASK; in caseta()