HomeSort by: relevance | last modified time | path
    Searched refs:c_alias (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
proto.h 25 int c_alias ARGS((char **));
c_ksh.c 858 c_alias(wp) function
1441 {"+alias", c_alias}, /* no =: at&t manual wrong */
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c 2087 struct cmd_list_element *c_alias, *c_command;
2107 c_alias = lookup_cmd_1 (& alias_prefix, cmdlist, NULL, NULL, 1);
2108 if (c_alias != c_command)
2082 struct cmd_list_element *c_alias, *c_command; local
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c 2096 struct cmd_list_element *c_alias, *c_command;
2116 c_alias = lookup_cmd_1 (& alias_prefix, cmdlist, NULL, NULL, 1);
2117 if (c_alias != c_command)
2091 struct cmd_list_element *c_alias, *c_command; local

Completed in 31 milliseconds