Searched refs:check_empty (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/usr.bin/make/ |
| H A D | varmodifiers.c | 138 static void *check_empty(const char **, SymTable *, bool, int); 166 tail_mod = {check_empty, NULL, VarTail, NULL}, 167 head_mod = {check_empty, NULL, VarHead, NULL}, 168 suffix_mod = {check_empty, NULL, VarSuffix, NULL}, 169 root_mod = {check_empty, NULL, VarRoot, NULL}, 170 upper_mod = {check_empty, do_upper, NULL, NULL}, 171 lower_mod = {check_empty, do_lower, NULL, NULL}, 859 check_empty(const char **p, SymTable *ctxt UNUSED, bool b UNUSED, int endc) in check_empty() function
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | gnu-nat.c | 2696 check_empty (char *args, char *cmd_prefix) in check_empty() function 2742 check_empty (args, "show task pause"); in show_task_pause_cmd() 2758 check_empty (args, "show task detach-suspend-count"); in show_task_detach_sc_cmd() 2777 check_empty (args, "show thread default pause"); in show_thread_default_pause_cmd() 2795 check_empty (args, "show thread default run"); in show_thread_default_run_cmd() 2810 check_empty (args, "show thread default detach-suspend-count"); in show_thread_default_detach_sc_cmd() 2871 check_empty (args, "show stopped"); in show_stopped_cmd() 2901 check_empty (args, "show signal-thread"); in show_sig_thread_cmd() 2926 check_empty (args, "show signals"); in show_signals_cmd() 2950 check_empty (args, "show exceptions"); in show_exceptions_cmd() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regcomp.c | 16036 goto check_empty; in S_handle_names_wildcard() 16298 check_empty:
|