Searched refs:commandname (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/ntp/sntp/libevent/test/ |
| HD | tinytest.c | 84 static char commandname[MAX_PATH+1]; variable 148 commandname, verbosity_flag, group->prefix, testcase->name); in testcase_run_forked_() 154 ok = CreateProcessA(commandname, buffer, NULL, NULL, 0, in testcase_run_forked_() 390 snprintf(commandname, sizeof(commandname), "%s%s", v[0], extension); 391 commandname[MAX_PATH]='\0';
|
| /NextBSD/bin/sh/bltin/ |
| HD | bltin.h | 71 #define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(… 79 extern char *commandname;
|
| /NextBSD/bin/sh/ |
| HD | error.c | 132 if (commandname) in vwarning() 133 outfmt(out2, "%s: ", commandname); in vwarning()
|
| HD | eval.h | 36 extern char *commandname; /* currently executing command */
|
| HD | eval.c | 84 char *commandname; variable 1088 savecmdname = commandname; in evalcommand() 1113 commandname = argv[0]; in evalcommand() 1132 commandname = savecmdname; in evalcommand()
|
| HD | main.c | 333 commandname = fullname; in dotcmd()
|
| HD | options.c | 113 commandname = arg0 = scriptname; in procargs()
|
| HD | parser.c | 1921 if (commandname) in synerror() 1922 outfmt(out2, "%s: %d: ", commandname, startlinno); in synerror()
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | gdb.texinfo | 13499 @item define @var{commandname} 13500 Define a command named @var{commandname}. If there is already a command 13526 @item document @var{commandname} 13527 Document the user-defined command @var{commandname}, so that it can be 13528 accessed by @code{help}. The command @var{commandname} must already be 13532 @var{commandname} displays the documentation you have written. 13545 @itemx show user @var{commandname} 13546 Display the @value{GDBN} commands used to define @var{commandname} (but 13547 not its documentation). If no @var{commandname} is given, display the
|