Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-cmds.c1404 struct cmd_list_element *c_alias, *c_command; in alias_command() local
1420 c_command = lookup_cmd_1 (& command_prefix, cmdlist, NULL, 1); in alias_command()
1422 gdb_assert (c_command != NULL in alias_command()
1423 && c_command != (struct cmd_list_element *) -1); in alias_command()
1424 gdb_assert (c_command->prefixlist != NULL); in alias_command()
1426 if (c_alias != c_command) in alias_command()
1432 class_alias, abbrev_flag, c_command->prefixlist); in alias_command()