Home
last modified time | relevance | path

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

/reactos/base/shell/cmd/
H A Dparser.c100 static TOK_TYPE CurrentTokenType = TOK_END; variable
176 CurrentTokenType = TOK_END; in InitParser()
446 return (CurrentTokenType = Type); in ParseTokenEx()
753 if (CurrentTokenType != TOK_END) in ParseBlock()
803 if (CurrentTokenType != TOK_NORMAL) in ParseIf()
972 if (CurrentTokenType != TOK_NORMAL) in ParseFor()
1119 while (CurrentTokenType != TOK_END) in ParseCommandPart()
1121 if (CurrentTokenType == TOK_NORMAL) in ParseCommandPart()
1242 while (CurrentTokenType != TOK_END) in ParsePrimary()
1261 if (CurrentTokenType != TOK_END) in ParsePrimary()
[all …]