Lines Matching refs:CAT
47 %token CHAR MCHAR DOT MDOT CCL NCCL MCCL NMCCL OR CAT STAR PLUS QUEST
50 %left CAT
142 { $$ = node(CAT, $1, $2); }
144 { $$ = node(CAT, $2, $3); }
146 { $$ = node(CAT, $2, $3); }
148 { $$ = node(CAT, $1, $2); }
183 | r r %prec CAT
184 { $$ = node(CAT, $1, $2); }
528 else if (name[v] == CAT) {
634 case CAT: if (v == left[p]) {
1000 x2 = node(CAT, x2, enter(MDOT));
1005 x2 = node(CAT, x2, enter(MDOT));
1011 x2 = node(CAT, x2, enter(MDOT));
1029 x1 = node(CAT, x1, enter(lc));
1094 return(node(CAT, enter(p1[0]), range(p1+1, p2+1, length - 1)));
1098 x1 = node(CAT, enter(p1[0]),
1103 x2 = node(CAT, x2, enter(MDOT));
1109 x2 = node(CAT, enter(p2[0]),