Searched refs:cmd_cfunc_eq (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/cli/
H A Dcli-decode.h237 extern int cmd_cfunc_eq (struct cmd_list_element *cmd,
H A Dcli-cmds.c294 return cmd_cfunc_eq (c, complete_command);
H A Dcli-decode.c88 cmd_cfunc_eq (struct cmd_list_element *cmd,
87 cmd_cfunc_eq (struct cmd_list_element *cmd, function
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dcommand.h141 extern int cmd_cfunc_eq (struct cmd_list_element *cmd,
H A Dtracepoint.c938 if (cmd_cfunc_eq (c, collect_pseudocommand))
1005 else if (cmd_cfunc_eq (c, while_stepping_pseudocommand))
1021 else if (cmd_cfunc_eq (c, end_actions_pseudocommand))
1520 if (cmd_cfunc_eq (cmd, collect_pseudocommand))
1630 else if (cmd_cfunc_eq (cmd, while_stepping_pseudocommand))
1634 else if (cmd_cfunc_eq (cmd, end_actions_pseudocommand))
2319 if (cmd_cfunc_eq (cmd, while_stepping_pseudocommand))
2321 else if (cmd_cfunc_eq (cmd, end_actions_pseudocommand))
2539 if (cmd_cfunc_eq (cmd, while_stepping_pseudocommand))
2541 else if (cmd_cfunc_eq (cm
[all...]

Completed in 81 milliseconds