Home
last modified time | relevance | path

Searched refs:F_POST_DEC (Results 1 – 17 of 17) sorted by relevance

/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dcode.h135 ,F_POST_DEC enumerator
H A Dtrace.c157 case F_POST_DEC: in TraceInst()
H A Dcode.c326 case F_POST_DEC: in free_codes()
H A Dda.c99 {F_POST_DEC, "f_post_dec"},
H A Dexecute.c867 case F_POST_DEC: in execute()
H A Dparse.y387 else code1(F_POST_DEC) ;
H A Dparse.c2053 else code1(F_POST_DEC) ; in YYPARSE_DECL()
/dports/lang/awka/awka-0.7.5/awka/
H A Dcode.h143 #define F_POST_DEC 32 macro
H A Dawka_exe.h173 { "f_post_dec", awka_post_dec, F_POST_DEC, -1, FALSE, 0, },
H A Dda.c97 F_POST_DEC, "f_post_dec",
H A Dparse.y391 else code1(F_POST_DEC) ;
H A Dparse.c1942 else code1(F_POST_DEC) ; 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.c2861 case F_POST_DEC: in compile_value()
5580 case F_POST_DEC: in closure_operator_to_string()
H A Dlex.c1042 ret = F_POST_DEC; in symbol_operator()
H A Dprolang.y10238 if (!add_lvalue_code(&$1, F_POST_DEC))
14431 case F_POST_DEC:
H A Dinterpret.c9798 CASE(F_POST_DEC); /* --- post_dec --- */ in eval_instruction()