Home | History | Annotate | Download | only in Shell

Lines Matching defs:InvalidChars

2636 STATIC CONST UINT16 InvalidChars[] = {L'*', L'?', L'<', L'>', L'\\', L'/', L'\"', 0x0001, 0x0002};

2658 ; Count < sizeof(InvalidChars) / sizeof(InvalidChars[0])
2661 if (ScanMem16(CommandName, StrSize(CommandName), InvalidChars[Count]) != NULL) {