Lines Matching defs:shellCB
52 char *GetCmdline(ShellCB *shellCB) in GetCmdline()
80 static void ShellSaveHistoryCmd(char *string, ShellCB *shellCB) in ShellSaveHistoryCmd()
117 int ShellPend(ShellCB *shellCB) in ShellPend()
126 int ShellNotify(ShellCB *shellCB) in ShellNotify()
141 static int ShellCmdLineCheckUDRL(const char ch, ShellCB *shellCB) in ShellCmdLineCheckUDRL()
178 void ShellTaskNotify(ShellCB *shellCB) in ShellTaskNotify()
192 void ParseEnterKey(OutputFunc outputFunc, ShellCB *shellCB) in ParseEnterKey()
212 void ParseCancelKey(OutputFunc outputFunc, ShellCB *shellCB) in ParseCancelKey()
227 void ParseDeleteKey(OutputFunc outputFunc, ShellCB *shellCB) in ParseDeleteKey()
240 void ParseTabKey(OutputFunc outputFunc, ShellCB *shellCB) in ParseTabKey()
256 void ParseNormalChar(char ch, OutputFunc outputFunc, ShellCB *shellCB) in ParseNormalChar()
271 void ShellCmdLineParse(char c, OutputFunc outputFunc, ShellCB *shellCB) in ShellCmdLineParse()
582 static void ShellCmdProcess(ShellCB *shellCB) in ShellCmdProcess()
604 ShellCB *shellCB = (ShellCB *)argv; in ShellTask() local
628 int ShellTaskInit(ShellCB *shellCB) in ShellTaskInit()
659 void ShellEntry(ShellCB *shellCB) in ShellEntry()