Searched refs:PASTAT (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dytab.h44 PASTAT = 260, enumerator in enum:yytokentype
141 #define PASTAT 260 macro
H A Dytabh.bak34 PASTAT = 260,
129 #define PASTAT 260
H A Dmaketab.c71 { PASTAT, "pastat", NULL },
H A Dawkgram.y49 %token <p> PROGRAM PASTAT PASTAT2 XBEGIN XEND
175 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); }
176 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); }
179 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); }
H A Dytabc.bak58 PASTAT = 260,
153 #define PASTAT 260
590 "$end", "error", "$undefined", "FIRSTTOKEN", "PROGRAM", "PASTAT",
2496 { (yyval.p) = stat2(PASTAT, (yyvsp[0].p), stat2(PRINT, rectonode(), NIL)); }
2501 { (yyval.p) = stat2(PASTAT, (yyvsp[-3].p), (yyvsp[-1].p)); }
2516 { (yyval.p) = stat2(PASTAT, NIL, (yyvsp[-1].p)); }
H A Dytab.c71 PASTAT = 260, enumerator in enum:yytokentype
168 #define PASTAT 260 macro
726 "$end", "error", "$undefined", "FIRSTTOKEN", "PROGRAM", "PASTAT",
2816 { (yyval.p) = stat2(PASTAT, (yyvsp[(1) - (1)].p), stat2(PRINT, rectonode(), NIL)); }
2821 { (yyval.p) = stat2(PASTAT, (yyvsp[(1) - (4)].p), (yyvsp[(3) - (4)].p)); }
2836 { (yyval.p) = stat2(PASTAT, NIL, (yyvsp[(2) - (3)].p)); }

Completed in 92 milliseconds