Searched refs:cmd_cfunc_eq (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | tracepoint.c | 932 if (cmd_cfunc_eq (c, collect_pseudocommand)) in validate_actionline() 999 else if (cmd_cfunc_eq (c, while_stepping_pseudocommand)) in validate_actionline() 1015 else if (cmd_cfunc_eq (c, end_actions_pseudocommand)) in validate_actionline() 1514 if (cmd_cfunc_eq (cmd, collect_pseudocommand)) in encode_actions() 1624 else if (cmd_cfunc_eq (cmd, while_stepping_pseudocommand)) in encode_actions() 1628 else if (cmd_cfunc_eq (cmd, end_actions_pseudocommand)) in encode_actions() 2311 if (cmd_cfunc_eq (cmd, while_stepping_pseudocommand)) in tracepoint_save_command() 2313 else if (cmd_cfunc_eq (cmd, end_actions_pseudocommand)) in tracepoint_save_command() 2546 if (cmd_cfunc_eq (cmd, while_stepping_pseudocommand)) in trace_dump_command() 2548 else if (cmd_cfunc_eq (cmd, end_actions_pseudocommand)) in trace_dump_command() [all …]
|
H A D | command.h | 141 extern int cmd_cfunc_eq (struct cmd_list_element *cmd,
|
H A D | ChangeLog-2002 | 12407 * cli/cli-decode.c (cmd_cfunc_eq): New function. 12408 * command.h (cmd_cfunc_eq): Declare. 12409 * cli/cli-decode.h (cmd_cfunc_eq): Ditto. 12414 cmd_cfunc_eq. 12417 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
|
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-decode.h | 237 extern int cmd_cfunc_eq (struct cmd_list_element *cmd,
|
H A D | cli-cmds.c | 290 return cmd_cfunc_eq (c, complete_command); in is_complete_command()
|
H A D | cli-decode.c | 87 cmd_cfunc_eq (struct cmd_list_element *cmd, in cmd_cfunc_eq() function
|