Home | History | Annotate | Download | only in src2

Lines Matching refs:DIRECTIVE

751         SCAN = 0 # outside of a comment or preprocessor directive
753 DIRECTIVE = 2 # inside a multi-line preprocessor directive
769 state = DIRECTIVE
770 # fall through to the if state == DIRECTIVE check
772 if state == DIRECTIVE: