Searched refs:outputFunc (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/apps/shell/src/ |
D | shmsg.c | 192 void ParseEnterKey(OutputFunc outputFunc, ShellCB *shellCB) in ParseEnterKey() argument 194 if ((shellCB == NULL) || (outputFunc == NULL)) { in ParseEnterKey() 212 void ParseCancelKey(OutputFunc outputFunc, ShellCB *shellCB) in ParseCancelKey() argument 214 if ((shellCB == NULL) || (outputFunc == NULL)) { in ParseCancelKey() 227 void ParseDeleteKey(OutputFunc outputFunc, ShellCB *shellCB) in ParseDeleteKey() argument 229 if ((shellCB == NULL) || (outputFunc == NULL)) { in ParseDeleteKey() 236 outputFunc("\b \b"); in ParseDeleteKey() 240 void ParseTabKey(OutputFunc outputFunc, ShellCB *shellCB) in ParseTabKey() argument 244 if ((shellCB == NULL) || (outputFunc == NULL)) { in ParseTabKey() 251 outputFunc(SHELL_PROMPT"%s", shellCB->shellBuf); in ParseTabKey() [all …]
|
/kernel/liteos_a/shell/full/include/ |
D | shmsg.h | 48 extern VOID ShellCmdLineParse(CHAR c, pf_OUTPUT outputFunc, ShellCB *shellCB);
|
/kernel/liteos_a/shell/full/src/base/ |
D | shmsg.c | 152 LITE_OS_SEC_TEXT_MINOR VOID ShellCmdLineParse(CHAR c, pf_OUTPUT outputFunc, ShellCB *shellCB) in ShellCmdLineParse() argument 175 outputFunc("\b \b"); in ShellCmdLineParse() 182 outputFunc("OHOS # %s", shellCB->shellBuf); in ShellCmdLineParse() 200 outputFunc("%c", ch); in ShellCmdLineParse()
|
/kernel/liteos_a/apps/shell/include/ |
D | shmsg.h | 66 extern void ShellCmdLineParse(char c, OutputFunc outputFunc, ShellCB *shellCB);
|