Searched defs:BShellEnv_ (Results 1 – 1 of 1) sorted by relevance
80 typedef struct BShellEnv_ { struct81 char *prompt;83 uint16_t length;84 uint16_t cursor;86 uint8_t argc;87 uint8_t shellState : 3;88 uint8_t execMode : 2;90 BShellParam *param;91 BShellKey *keyHandle;92 BShellStatus status;[all …]