Home | History | Annotate | Download | only in src

Lines Matching full:help

50 #define TOKEN_DIRHELP      "help"
81 S8 help[MAX_HELP_LEN+1]; /* Help string */
521 /* Display help for each entry in the current directory */
535 (PS8)p_token->name, Console_getNParms(p_token), p_token->help );
540 os_error_printf(CU_MSG_INFO2, (PS8)("Type ? <name> for command help, \"/\"-root, \"..\"-upper\n") );
544 /* Display help a token */
552 os_error_printf(CU_MSG_INFO2, (PS8)("%s: %s "), (PS8)p_token->help, (PS8)p_token->name );
723 case HelpToken: /* Display help */
734 os_error_printf(CU_MSG_INFO2, (PS8)("Type ? <name> for command help, \"/\"-root, \"..\"-upper\n") );
884 os_strncpy( p_dir->help, desc, MAX_HELP_LEN );
907 help - help string
924 const PS8 help,
954 os_strncpy( p_token->help, help, MAX_HELP_LEN );