Home
last modified time | relevance | path

Searched refs:POSTINCR (Results 1 – 5 of 5) sorted by relevance

/external/one-true-awk/
Dytab.h117 POSTINCR = 327, enumerator
214 #define POSTINCR 327 macro
Dmaketab.c68 { POSTINCR, "incrdecr", "++" },
Dawkgram.y61 %token <i> POSTINCR PREINCR POSTDECR PREDECR
371 | var INCR { $$ = op1(POSTINCR, $1); }
Dytab.c185 POSTINCR = 327, enumerator
282 #define POSTINCR 327 macro
3220 { (yyval.p) = op1(POSTINCR, (yyvsp[-1].p)); } in yyparse()
Drun.c1113 k = (n == PREINCR || n == POSTINCR) ? 1 : -1; in incrdecr()