Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/tic/
H A Ddump_entry.c103 #define BoolIndirect(j) ((j >= BOOLCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : bool_indirect[j])) macro
107 #define BoolIndirect(j) ((sortmode == S_NOSORT) ? (j) : bool_indirect[j]) macro
961 i = BoolIndirect(j); in fmt_entry()
1725 i = BoolIndirect(j); in compare_entry()