Searched refs:OUTSIDE_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 C1ParserState26 self.current_state = C1ParserState.OUTSIDE_BLOCK52 state.current_state = C1ParserState.OUTSIDE_BLOCK83 state.current_state = C1ParserState.OUTSIDE_BLOCK87 assert state.current_state == C1ParserState.OUTSIDE_BLOCK