Home
last modified time | relevance | path

Searched refs:cmd_cfunc_eq (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtracepoint.c932 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 Dcommand.h141 extern int cmd_cfunc_eq (struct cmd_list_element *cmd,
H A DChangeLog-200212407 * 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 Dcli-decode.h237 extern int cmd_cfunc_eq (struct cmd_list_element *cmd,
H A Dcli-cmds.c290 return cmd_cfunc_eq (c, complete_command); in is_complete_command()
H A Dcli-decode.c87 cmd_cfunc_eq (struct cmd_list_element *cmd, in cmd_cfunc_eq() function