Lines Matching defs:buf
209 CHAR buf[SHELL_CMD_MAX_SIZE] = {0};210 CHAR *ptr = buf;217 ptr = buf;220 if (*ptr == '\b' && ptr != buf) { /* support backspace */229 if ((ptr - buf) == (sizeof(buf) - 1)) {234 if (ptr != buf) {235 if (*ptr == 13 || ((ptr - buf) == (sizeof(buf) - 1))) {237 ptr = buf;239 ExecCmdline(buf);