Home | History | Annotate | Download | only in re2c

Lines Matching refs:RegExp

10 static RegExp *parse_expr(void);
11 static RegExp *parse_diff(void);
12 static RegExp *parse_term(void);
13 static RegExp *parse_factor(void);
14 static RegExp *parse_primary(void);
17 static RegExp *spec;
40 RegExp *re, *look;
56 Scanner_fatal(in, "missing `;' after regexp");
77 Scanner_fatal(in, "missing code after regexp");
85 static RegExp *
88 RegExp *e, *f;
98 static RegExp *
101 RegExp *e, *f;
113 static RegExp *
116 RegExp *e, *f;
124 static RegExp *
127 RegExp *e;
163 static RegExp *
166 RegExp *e;
176 e = yylval.regexp;