Searched refs:single_statements (Results 1 – 3 of 3) sorted by relevance
434 single_statements = ['endif', 'endfor', 'continue', 'break'] variable455 if not statement_re.search(item) and item not in single_statements:
439 single_statements = ['endif', 'endfor', 'continue', 'break']460 if not statement_re.search(item) and item not in single_statements: