Home
last modified time | relevance | path

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

/reactos/base/shell/cmd/
H A Dpath.c102 if (BatType != CMD_TYPE) in cmd_path()
H A Dbatch.h19 CMD_TYPE /* New-style NT OS/2 batch file */ enumerator
H A Dprompt.c286 if (BatType != CMD_TYPE) in cmd_prompt()
H A Dassoc.c299 if (BatType != CMD_TYPE) in CommandAssoc()
H A Dbatch.c415 BatType = (dotext && (!_tcsicmp(dotext, _T(".cmd")))) ? CMD_TYPE : BAT_TYPE; in Batch()
H A Dset.c252 if (BatType != CMD_TYPE) in cmd_set()