Home
last modified time | relevance | path

Searched refs:commandname (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/ntp/sntp/libevent/test/
HDtinytest.c84 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/
HDbltin.h71 #define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(…
79 extern char *commandname;
/NextBSD/bin/sh/
HDerror.c132 if (commandname) in vwarning()
133 outfmt(out2, "%s: ", commandname); in vwarning()
HDeval.h36 extern char *commandname; /* currently executing command */
HDeval.c84 char *commandname; variable
1088 savecmdname = commandname; in evalcommand()
1113 commandname = argv[0]; in evalcommand()
1132 commandname = savecmdname; in evalcommand()
HDmain.c333 commandname = fullname; in dotcmd()
HDoptions.c113 commandname = arg0 = scriptname; in procargs()
HDparser.c1921 if (commandname) in synerror()
1922 outfmt(out2, "%s: %d: ", commandname, startlinno); in synerror()
/NextBSD/contrib/gdb/gdb/doc/
HDgdb.texinfo13499 @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