Searched defs:StrIndirect (Results 1 – 1 of 1) sorted by relevance
105 #define StrIndirect(j) ((j >= STRCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : str_indirect[j])) macro109 #define StrIndirect(j) ((sortmode == S_NOSORT) ? (j) : str_indirect[j]) macro