/ast/src/lib/libtk/library/demos/ |
H A D | rolodex | 56 menubutton .menu.help -text "Help" -menu .menu.help.m -underline 0 57 menu .menu.help.m 58 pack .menu.help -side right 129 # Phase 6: help 141 set msg "Sorry, but no help is available for this topic" 143 tk_dialog .help {Rolodex Help} "Information on $topic:\n\n$msg" \ 179 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this demo was written Tk didn't have a grab mechanism and this is needed for context-sensitive help. Instead, you can achieve much the same effect by simply moving the mouse over the window you're curious about and pressing the Help or F1 keys. You can do this anytime.} 180 set helpTopics(help) {Thi [all...] |
/ast/src/cmd/cs/vcs_src/ |
H A D | mnt_imount.c | 52 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 D | ed.c | 118 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 D | testfmt.c | 24 * see help() for details 44 help(void) function 59 H(" -h list help\n"); 352 help();
|
H A D | testfnmatch.c | 23 * see testfnmatch --help for a description of the input format 61 help(void) function 78 H(" -h list help\n"); 524 help();
|
H A D | testglob.c | 24 * see help() for details 84 help(void) function 581 printf(", help\n\n"); 582 help();
|
H A D | testmatch.c | 24 * see testmatch --help for a description of the input format 63 help(void) function 88 H(" -h list help\n"); 657 help();
|
H A D | testregex.c | 7 * 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/lib/libtk/generic/ |
H A D | tkArgv.c | 24 {"-help", TK_ARGV_HELP, (char *) NULL, (char *) NULL, 328 * Generate a help string describing command-line options. 331 * Interp->result will be modified to hold a help string 383 Tcl_AppendResult(interp, "\n", infoPtr->help, (char *) NULL); 397 Tcl_AppendResult(interp, infoPtr->help, (char *) NULL);
|
/ast/src/cmd/std/ |
H A D | dd.c | 107 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/ksh93/bltins/ |
H A D | typeset.c | 53 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/mailx/ |
H A D | cmd3.c | 222 * 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 D | mailx.h | 226 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**);
|
H A D | vars.c | 245 name = (const char*)vp->help; 315 name = (const char*)vp->help;
|
H A D | collect.c | 490 help(av);
|
H A D | data.c | 132 "hel[p]", CMD(help), M|Z|RAWLIST, 0, ARGMAX, 133 X("[ all | command | ~ [ command ] | set [ all | variable ] ]\nList help information for all or selected commands or variables. Equivalent to `?'."), 257 "?", X("[command]\tEscape command help."),
|
/ast/src/cmd/ksh93/data/ |
H A D | bash_pre_rc.sh | 170 function help function 190 print -r $'Type help *name* for more information about name\n'
|
/ast/src/cmd/ksh93/sh/ |
H A D | nvtype.c | 52 "[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/ksh93/include/ |
H A D | name.h | 109 char *help; /* help string */ member in struct:Ufunction
|
/ast/src/lib/libtksh/ |
H A D | Makefile | 62 desksh/lib/routines-menu-help \
|
/ast/src/cmd/coshell/ |
H A D | command.c | 300 if (ap) error(3, "%c: unknown command -- use h for help", c); 314 h help\n\
|
/ast/src/cmd/tw/ |
H A D | find.c | 165 const char* help; member in struct:Args_s 1765 sfprintf(state.str, "[%d:%s?%s]", ap - commands + 10, ap->name, ap->help);
|
/ast/lib/package/ |
H A D | package.mk | 128 bin/package help 878 package help source 1078 package help source 1294 package help binary 1353 package help binary
|
/ast/src/cmd/INIT/ |
H A D | package.mk | 128 bin/package help 878 package help source 1078 package help source 1294 package help binary 1353 package help binary
|
H A D | mktest.sh | 580 --help|--man)
|