Searched refs:pcHelpString (Results 1 – 3 of 3) sorted by relevance
31 const char *const pcHelpString; member
89 …char *pcHelpString; /*!< String that describes how to use the command. It should start with th… member
530 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…532 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,533 strlen(shellCommandContextHandle->pcHelpString));