Searched refs:StrIndirect (Results 1 – 1 of 1) sorted by relevance
96 #define StrIndirect(j) ((j >= STRCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : str_indirect[j])) macro100 #define StrIndirect(j) ((sortmode == S_NOSORT) ? (j) : str_indirect[j]) macro720 i = StrIndirect(j); in fmt_entry()1307 i = StrIndirect(j); in compare_entry()