Home
last modified time | relevance | path

Searched refs:_PRE_INC (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dcode.h132 ,_PRE_INC enumerator
H A Dtrace.c210 case _PRE_INC: in TraceInst()
H A Dcode.c368 case _PRE_INC: in free_codes()
H A Dda.c96 {_PRE_INC, "pre_inc"},
H A Dexecute.c841 case _PRE_INC: in execute()
H A Dparse.y380 if ( $1 == '+' ) code1(_PRE_INC) ;
H A Dparse.c2046 if ( yystack.l_mark[-1].ival == '+' ) code1(_PRE_INC) ; in YYPARSE_DECL()
/dports/lang/awka/awka-0.7.5/awka/
H A Dcode.h193 #define _PRE_INC 82 macro
H A Dawka_exe.h223 { "pre_inc", awka_pre_inc, _PRE_INC, -1, FALSE, 0, },
H A Dda.c94 _PRE_INC, "pre_inc",
H A Dparse.y384 if ( $1 == '+' ) code1(_PRE_INC) ;
H A Dparse.c1935 if ( yyvsp[-1].ival == '+' ) code1(_PRE_INC) ; in yyparse()
H A Dtranslate.c4427 change_op[_PRE_INC] = change_op[_PRE_DEC] = change_op[_POST_INC] = change_op[_POST_DEC] = 1; in translate()