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

/freebsd-current/contrib/ncurses/progs/
H A Ddump_entry.c103 #define StrIndirect(j) ((j >= STRCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : str_indirect[j])) macro
107 #define StrIndirect(j) ((sortmode == S_NOSORT) ? (j) : str_indirect[j]) macro
1037 i = StrIndirect(j);
1747 i = StrIndirect(j);

Completed in 53 milliseconds