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

/freebsd-10.0-release/contrib/ncurses/progs/
H A Ddump_entry.c70 static const PredIdx *bool_indirect, *num_indirect, *str_indirect; variable
95 #define StrIndirect(j) ((j >= STRCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : str_indirect[j]))
99 #define StrIndirect(j) ((sortmode == S_NOSORT) ? (j) : str_indirect[j])
240 str_indirect = str_terminfo_sort;
249 str_indirect = str_variable_sort;
258 str_indirect = str_termcap_sort;

Completed in 136 milliseconds