Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfodoc.c1157 char *command_name;
1159 command_name = read_function_name ((char *) _("Where is command: "), window);
1161 if (!command_name)
1167 if (*command_name)
1171 command = named_function (command_name);
1182 command_name, NULL);
1189 command_name, location);
1193 command_name, location);
1198 command_name, NULL);
1201 free (command_name);
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dtools.h171 const char *command_name(struct cmd_context *cmd);
H A Dlvresize.c199 cmd_name = command_name(cmd); in _lvresize_params()
H A Dtoollib.c25 const char *command_name(struct cmd_context *cmd) in command_name() function
/netbsd-src/external/gpl2/xcvs/dist/src/
H A DChangeLog-963443 using global variable command_name.
3444 * main.c (command_name): Initialize to "", not "cvs" so that error
3446 in command_name or "cvs" as appropriate.
3829 * error.c: Reindent. Don't declare program_name and command_name;
H A DChangeLog-93952487 administration directory if command_name == "export" and to
3088 command_name is rtag to find out if we are cd'd to the repository.
H A DChangeLog4363 * cvs.h: Change command_name to cvs_command_name to avoid conflict
4364 on HP-UX (incredibly, it declares a global command_name in prot.h,
4396 program_name, program_path, command_name), parseinfo.c (Parse_Info),
6039 * server.c (do_cvs_command): Set global command_name to the real
8959 whatever's in the global command_name.
10404 command_name.
H A DChangeLog-971863 strcmp's between command_name and "server" in main.c.