Home | History | Annotate | Download | only in pgen2

Lines Matching refs:re

30 import re
71 mo = re.match(r"^#define\s+(\w+)\s+(\d+)$", line)
132 mo = re.match(r"static arc arcs_(\d+)_(\d+)\[(\d+)\] = {$",
139 mo = re.match(r"\s+{(\d+), (\d+)},$", line)
147 mo = re.match(r"static state states_(\d+)\[(\d+)\] = {$", line)
154 mo = re.match(r"\s+{(\d+), arcs_(\d+)_(\d+)},$", line)
168 mo = re.match(r"static dfa dfas\[(\d+)\] = {$", line)
173 mo = re.match(r'\s+{(\d+), "(\w+)", (\d+), (\d+), states_(\d+),$',
184 mo = re.match(r'\s+("(?:\\\d\d\d)*")},$', line)
201 mo = re.match(r"static label labels\[(\d+)\] = {$", line)
206 mo = re.match(r'\s+{(\d+), (0|"\w+")},$', line)
223 mo = re.match(r"\s+(\d+),$", line)
230 mo = re.match(r"\s+{(\d+), labels},$", line)
235 mo = re.match(r"\s+(\d+)$", line)