Searched refs: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]) macro1039 i = StrIndirect(j); in fmt_entry()1749 i = StrIndirect(j); in compare_entry()