Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-cmds.h108 int is_complete_command (struct cmd_list_element *cmd);
H A Dcli-cmds.c288 is_complete_command (struct cmd_list_element *c) in is_complete_command() function
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtop.c710 && !is_complete_command (c)) in execute_command()
H A DChangeLog-200212411 * cli/cli-cmds.h (is_complete_command): Change parameter to a
12413 * cli/cli-cmds.c (is_complete_command): Update. Use
12416 is_complete_command.
H A DChangeLog-2000470 (is_complete_command): New function. Checks if a command is the
H A DChangeLog-20013745 * top.c (is_complete_command, init_cmd_lists, init_cli_cmds,