HomeSort by: relevance | last modified time | path
    Searched defs:c_command (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
c_ksh.c 550 c_command(wp) function
553 /* Let c_whence do the work. Note that c_command() must be
1443 {"+command", c_command},
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c 2087 struct cmd_list_element *c_alias, *c_command;
2102 c_command = lookup_cmd_1 (& command_prefix, cmdlist, NULL, NULL, 1);
2104 gdb_assert (c_command != NULL
2105 && c_command != (struct cmd_list_element *) -1);
2106 gdb_assert (c_command->is_prefix ());
2108 if (c_alias != c_command)
2114 c_command->subcommands);
2082 struct cmd_list_element *c_alias, *c_command; local
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c 2130 struct cmd_list_element *c_alias, *c_command;
2145 c_command = lookup_cmd_1 (& command_prefix, cmdlist, NULL, NULL, 1);
2147 gdb_assert (c_command != NULL
2148 && c_command != (struct cmd_list_element *) -1);
2149 gdb_assert (c_command->is_prefix ());
2151 if (c_alias != c_command)
2157 c_command->subcommands);
2125 struct cmd_list_element *c_alias, *c_command; local

Completed in 73 milliseconds