Lines Matching refs:shellBuf
183 OsShellCmdPush(shellCB->shellBuf, shellCB->cmdKeyLink);
188 printf("command execute failed, \"%s\"", shellCB->shellBuf);
199 shellCB->shellBuf[shellCB->shellBufOffset] = '\n';
200 shellCB->shellBuf[shellCB->shellBufOffset + 1] = '\0';
205 shellCB->shellBuf[shellCB->shellBufOffset] = '\0';
219 shellCB->shellBuf[0] = CHAR_CTRL_C;
220 shellCB->shellBuf[1] = '\0';
234 shellCB->shellBuf[shellCB->shellBufOffset - 1] = '\0';
249 ret = OsTabCompletion(shellCB->shellBuf, &shellCB->shellBufOffset);
251 outputFunc(SHELL_PROMPT"%s", shellCB->shellBuf);
263 shellCB->shellBuf[shellCB->shellBufOffset] = ch;
277 (void)memset_s(shellCB->shellBuf, SHOW_MAX_LEN, 0, SHOW_MAX_LEN);
670 (void)memset_s(shellCB->shellBuf, SHOW_MAX_LEN, 0, SHOW_MAX_LEN);