Home
last modified time | relevance | path

Searched refs:QUOTES_STATUS_CLOSE (Results 1 – 12 of 12) sorted by relevance

/kernel/liteos_a/apps/shell/include/
Dshell.h67 #define QUOTES_STATUS_CLOSE(qu) ((qu) == FALSE) macro
/kernel/liteos_m/components/shell/include/
Dshell.h82 #define QUOTES_STATUS_CLOSE(qu) ((qu) == FALSE) macro
/kernel/liteos_a/shell/full/include/
Dshell.h83 #define QUOTES_STATUS_CLOSE(qu) ((qu) == FALSE) macro
/kernel/liteos_a/apps/shell/src/
Dshcmdparse.c123 if ((*p == split) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdTokenSplit()
Dshcmd.c420 …ey == ' ') && ((*(cmdKey + 1) == ' ') || (*(cmdKey + 1) == '\0')) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdKeyShift()
Dshmsg.c343 if ((*tmpStr == ' ') && (QUOTES_STATUS_CLOSE(quotes))) { in GetCmdName()
/kernel/liteos_m/components/shell/src/base/
Dshcmdparse.c124 if ((*p == split) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdTokenSplit()
Dshmsg.c100 if ((*tmpStr == ' ') && (QUOTES_STATUS_CLOSE(quotes))) { in GetCmdName()
Dshcmd.c140 …ey == ' ') && ((*(cmdKey + 1) == ' ') || (*(cmdKey + 1) == '\0')) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdKeyShift()
/kernel/liteos_a/shell/full/src/base/
Dshcmdparse.c124 if ((*p == split) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdTokenSplit()
Dshmsg.c254 if ((*tmpStr == ' ') && (QUOTES_STATUS_CLOSE(quotes))) { in ShellMsgNameGetAndExec()
Dshcmd.c466 …ey == ' ') && ((*(cmdKey + 1) == ' ') || (*(cmdKey + 1) == '\0')) && QUOTES_STATUS_CLOSE(quotes)) { in OsCmdKeyShift()