Home
last modified time | relevance | path

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

/reactos/base/shell/cmd/
H A Dbatch.c172 BOOL inquotes = FALSE; in BatchParams() local
183 if (!inquotes && (_istspace(*Args) || _tcschr(STANDARD_SEPS, *Args))) in BatchParams()
185 inquotes ^= (*Args == _T('"')); in BatchParams()