Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/tic/
H A Ddump_entry.c105 #define StrIndirect(j) ((j >= STRCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : str_indirect[j])) macro
109 #define StrIndirect(j) ((sortmode == S_NOSORT) ? (j) : str_indirect[j]) macro
1039 i = StrIndirect(j); in fmt_entry()
1749 i = StrIndirect(j); in compare_entry()