Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-cmds.h154 int is_complete_command (struct cmd_list_element *cmd);
Dcli-cmds.c454 is_complete_command (struct cmd_list_element *c) in is_complete_command() function
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtop.c522 && !is_complete_command (c)) in execute_command()
DChangeLog-200212399 * cli/cli-cmds.h (is_complete_command): Change parameter to a
12401 * cli/cli-cmds.c (is_complete_command): Update. Use
12404 is_complete_command.
DChangeLog-2000470 (is_complete_command): New function. Checks if a command is the
DChangeLog-20013745 * top.c (is_complete_command, init_cmd_lists, init_cli_cmds,