console.c | 50 #define TOKEN_DIRHELP "help" 81 S8 help[MAX_HELP_LEN+1]; /* Help string */ member in struct:ConEntry_t 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") ) [all...] |