Home
last modified time | relevance | path

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

/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dcode.h117 ,_DIV_ASG enumerator
H A Dtrace.c179 case _DIV_ASG: in TraceInst()
H A Dcode.c342 case _DIV_ASG: in free_codes()
H A Dda.c83 {_DIV_ASG, "div_asg"},
H A Dexecute.c488 case _DIV_ASG: in execute()
H A Dparse.y269 | lvalue DIV_ASG expr { code1(_DIV_ASG) ; }
H A Dparse.c1871 { code1(_DIV_ASG) ; } in YYPARSE_DECL()
/dports/lang/awka/awka-0.7.5/awka/
H A Dcode.h133 #define _DIV_ASG 22 macro
H A Dawka_exe.h163 { "div_asg", awka_div_asg, _DIV_ASG, -1, FALSE, 0, },
H A Dda.c81 _DIV_ASG, "div_asg",
H A Dparse.y277 | lvalue DIV_ASG expr { code1(_DIV_ASG) ; }
H A Dparse.c1764 { code1(_DIV_ASG) ; } in yyparse()
H A Dtranslate.c4418 assign_op[_DIV_ASG] = assign_op[_MUL_ASG] = assign_op[_POW_ASG] = assign_op[_MOD_ASG] = 1; in translate()
4424 change_op[_DIV_ASG] = change_op[_MUL_ASG] = change_op[_POW_ASG] = change_op[_MOD_ASG] = 1; in translate()