Home
last modified time | relevance | path

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

/dports/games/vavoom/vavoom-1.33/source/
H A Dvc_lexer.h172 CHR_Quote, enumerator
H A Dvc_lexer.cpp207 ASCIIToChrCode[(int)'\"'] = CHR_Quote; in VLexer()
386 case CHR_Quote: in NextToken()
517 if (ASCIIToChrCode[(vuint8)Chr] != CHR_Quote) in ProcessPreprocessor()