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

/freebsd-current/contrib/ncurses/progs/
H A Ddump_entry.c77 static const PredIdx *bool_indirect, *num_indirect, *str_indirect; variable
103 #define StrIndirect(j) ((j >= STRCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : str_indirect[j]))
107 #define StrIndirect(j) ((sortmode == S_NOSORT) ? (j) : str_indirect[j])
273 str_indirect = str_terminfo_sort;
282 str_indirect = str_variable_sort;
291 str_indirect = str_termcap_sort;

Completed in 58 milliseconds