Searched refs:INSIDE_CFG_BLOCK (Results 1 – 1 of 1) sorted by relevance
23 OUTSIDE_BLOCK, INSIDE_COMPILATION_BLOCK, STARTING_CFG_BLOCK, INSIDE_CFG_BLOCK = range(4) variable in C1ParserState45 state.current_state = C1ParserState.INSIDE_CFG_BLOCK50 elif state.current_state == C1ParserState.INSIDE_CFG_BLOCK: