Home
last modified time | relevance | path

Searched refs:cmd_func_p (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcommand.h327 extern int cmd_func_p (struct cmd_list_element *cmd);
H A Dtop.c728 else if (!cmd_func_p (c)) in execute_command()
H A DChangeLog-20027029 * top.c (execute_command): Use cmd_func() and cmd_func_p().
7031 * cli/cli-decode.c (cmd_func_p): New function.
7034 * command.h: Add cmd_func() and cmd_func_p().
/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.c1616 cmd_func_p (struct cmd_list_element *cmd) in cmd_func_p() function
1626 if (cmd_func_p (cmd)) in cmd_func()