Home
last modified time | relevance | path

Searched refs:show_list (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ncurses/
H A Dmk-0th.awk72 function show_list(name, len, list) { function
160 show_list(libname, count_library, list_library);
161 show_list(ticlib, count_ticlib, list_ticlib);
162 show_list(termlib, count_termlib, list_termlib);
/freebsd/crypto/openssl/test/testutil/
H A Ddriver.c42 static int show_list = 0; variable
205 show_list = 1; in process_shared_options()
296 } else if (show_list == 0 && single_test == -1) { in run_tests()
322 else if (show_list) { in run_tests()
/freebsd/contrib/dialog/
H A Dfselect.c301 show_list(char *target, LIST * list, bool keep) in show_list() function
317 return show_list(leaf, d_list, keep) || show_list(leaf, f_list, keep); in show_both_lists()