Searched defs:help (Results 1 - 16 of 16) sorted by relevance

/ast/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh170 function help function
190 print -r $'Type help *name* for more information about name\n'
/ast/src/cmd/cs/vcs_src/
H A Dmnt_imount.c52 func_t help; member in struct:command_t
74 ENTRY("help", im_help, im_help_help), /* 12 */
224 if (COMMAND[i].help != NULL)
225 (void) (*COMMAND[i].help)(COMMAND[i].name);
240 if (COMMAND[i].help != NULL)
241 (void) (*COMMAND[i].help)(COMMAND[i].name);
/ast/src/cmd/re/
H A Dtestfmt.c24 * see help() for details
44 help(void) function
59 H(" -h list help\n");
352 help();
H A Dtestfnmatch.c23 * see testfnmatch --help for a description of the input format
61 help(void) function
78 H(" -h list help\n");
524 help();
H A Dtestmatch.c24 * see testmatch --help for a description of the input format
63 help(void) function
88 H(" -h list help\n");
657 help();
H A Dtestglob.c24 * see help() for details
84 help(void) function
581 printf(", help\n\n");
582 help();
H A Ded.c118 Sfio_t* help; member in struct:__anon200::__anon201
157 int help; member in struct:__anon200
355 n = ed.help ? sfwrite(sfstderr, buf, len) : ed.verbose ? sfputr(ed.msg, "?", '\n') : 0;
356 sfstrseek(ed.buffer.help, 0, SEEK_SET);
357 sfwrite(ed.buffer.help, buf, len - 1);
358 sfputc(ed.buffer.help, 0);
388 sfputr(ed.buffer.help, "?", 0);
865 if (ed.help) {
1603 ed.help = !ed.help;
[all...]
H A Dtestregex.c7 * help: testregex --man
159 help(int html) function
185 T(" -h list help on standard error\n");
1290 help(0);
1293 help(p[1] == 'h');
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c53 char *help; member in struct:tdata
336 tdata.help = opt_info.arg;
410 if(tdata.help)
411 tdata.help = strdup(tdata.help);
443 tdata.tp->nvenv = tdata.help;
454 tdata.help = 0;
604 if(flag==0 && !tp->help)
618 if(tp->help)
629 np->nvalue.rp->help
[all...]
/ast/src/cmd/ksh93/include/
H A Dname.h109 char *help; /* help string */ member in struct:Ufunction
/ast/src/cmd/mailx/
H A Dcmd3.c222 * List command help.
231 * List escape command help.
245 * List variable help.
250 char* help; local
254 sfprintf(state.path.temp, T("Equivalent to %s."), vp->help);
255 help = struse(state.path.temp);
258 help = (char*)vp->help;
259 margin(fp, vp->name, help, 14, 2, 0, vp);
263 * Print out a nice help messag
266 help(char** argv) function
[all...]
H A Dmailx.h226 const char* c_help; /* Command help text */
238 const char* e_help; /* Command help text */
377 const char* help; member in struct:var
965 extern int help(char**);
/ast/src/cmd/ksh93/sh/
H A Dnvtype.c52 "[h]:[string?Used within a type definition to provide a help string "
618 char *cp,**help,buffer[256]; local
679 help = &dp->names[dp->ndisc];
708 if(help[i])
709 sfprintf(out," %s.",help[i]);
728 cp = nq->nvalue.rp->help;
857 char *name=0, *cp, *sp, **help; local
952 help = &pp->names[nd];
1064 help[k] = cp;
1066 j = *help[
1220 nv_mkinttype(char *name, size_t size, int sign, const char *help, Namdisc_t *ep) argument
[all...]
/ast/src/cmd/std/
H A Ddd.c107 const char* help; member in struct:__anon221
120 const char* help; member in struct:__anon223
478 sfprintf(sp, "[%d:%s?%s", op - &state.operand_begin + 10, op->name, op->help);
482 if (desc[op->type].help)
484 if (*desc[op->type].help)
485 sfprintf(sp, " %s", desc[op->type].help);
489 desc[op->type].help = 0;
495 sfprintf(sp, "\t[+%s?%s]\n", vp->name, vp->help);
/ast/src/cmd/tw/
H A Dfind.c165 const char* help; member in struct:Args_s
1765 sfprintf(state.str, "[%d:%s?%s]", ap - commands + 10, ap->name, ap->help);
/ast/src/lib/libtk/generic/
H A Dtk.h122 char *help; /* Documentation message describing this option. */ member in struct:__anon372

Completed in 46 milliseconds