Lines Matching refs:DIRECTIVE
751 SCAN = 0 # outside of a comment or preprocessor directive753 DIRECTIVE = 2 # inside a multi-line preprocessor directive769 state = DIRECTIVE770 # fall through to the if state == DIRECTIVE check772 if state == DIRECTIVE: