Searched refs:TST_TAB (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dtabs.c65 #define TST_TAB(tabs,n) (tabs[TAB_INDEX(n)] & (unsigned) TAB_MASK(n)) macro
120 if (TST_TAB(tabs, col))
135 if ((col < MAX_TABS) && TST_TAB(tabs, col))
197 return TST_TAB(tabs, col) ? True : False;

Completed in 2 milliseconds