Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/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
/freebsd-12.1/contrib/gdb/gdb/
H A Dtop.c720 && !is_complete_command (c)) in execute_command()