Searched refs:c_command (Results 1 – 1 of 1) sorted by relevance
1404 struct cmd_list_element *c_alias, *c_command; in alias_command() local1420 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()