Home
last modified time | relevance | path

Searched refs:F_PRE_INC (Results 1 – 16 of 16) sorted by relevance

/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dcode.h136 ,F_PRE_INC enumerator
H A Dtrace.c161 case F_PRE_INC: in TraceInst()
H A Dcode.c330 case F_PRE_INC: in free_codes()
H A Dda.c100 {F_PRE_INC, "f_pre_inc"},
H A Dexecute.c877 case F_PRE_INC: in execute()
H A Dparse.y391 if ( $1 == '+' ) code1(F_PRE_INC) ;
H A Dparse.c2059 if ( yystack.l_mark[-1].ival == '+' ) code1(F_PRE_INC) ; in YYPARSE_DECL()
/dports/lang/awka/awka-0.7.5/awka/
H A Dcode.h147 #define F_PRE_INC 36 macro
H A Dawka_exe.h177 { "f_pre_inc", awka_pre_inc, F_PRE_INC, -1, FALSE, 0, },
H A Dda.c98 F_PRE_INC, "f_pre_inc",
H A Dparse.y395 if ( $1 == '+' ) code1(F_PRE_INC) ;
H A Dparse.c1948 if ( yyvsp[-1].ival == '+' ) code1(F_PRE_INC) ; in yyparse()
H A Dtranslate.c4428 change_op[F_PRE_INC] = change_op[F_PRE_DEC] = change_op[F_POST_INC] = change_op[F_POST_DEC] = 1; in translate()
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dclosure.c2645 STORE_CODE(current.codep, F_PRE_INC); in compile_value()
H A Dprolang.y10262 L_INC { $$.code = F_PRE_INC; $$.start = CURRENT_PROGRAM_SIZE; }
14425 case F_PRE_INC:
H A Dinterpret.c9861 CASE(F_PRE_INC); /* --- pre_inc --- */ in eval_instruction()