Searched defs:show_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ncurses/
H A Dmk-0th.awk71 function show_list(name, len, list) { function
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c328 add_setshow_cmd_full(char *name, enum command_class class, var_types var_type, void *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list, struct cmd_list_element **set_result, struct cmd_list_element **show_result) argument
362 add_setshow_cmd(char *name, enum command_class class, var_types var_type, void *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
414 add_setshow_auto_boolean_cmd(char *name, enum command_class class, enum auto_boolean *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
437 add_setshow_boolean_cmd(char *name, enum command_class class, int *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
460 add_setshow_uinteger_cmd(char *name, enum command_class class, unsigned int *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c294 show_list(char *target, LIST * list, int keep) function

Completed in 110 milliseconds