Home
last modified time | relevance | path

Searched defs: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