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

/freebsd-10.0-release/contrib/ncurses/progs/
H A Ddump_entry.c95 #define StrIndirect(j) ((j >= STRCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : str_indirect[j])) macro
99 #define StrIndirect(j) ((sortmode == S_NOSORT) ? (j) : str_indirect[j]) macro
672 i = StrIndirect(j);
1196 i = StrIndirect(j);

Completed in 165 milliseconds