Home
last modified time | relevance | path

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

/dports/graphics/box/box-0.4.0/box/
H A Dbuiltins.c523 {"Ppp", ASTBINOP_ADD, "c", NULL, BOXGOP_ADD}, in My_Register_BinOps()
524 {"Rrr", ASTBINOP_ADD, "c", NULL, BOXGOP_ADD}, in My_Register_BinOps()
525 {"Iii", ASTBINOP_ADD, "c", NULL, BOXGOP_ADD}, in My_Register_BinOps()
H A Dast.h107 ASTBINOP_ADD=0, enumerator
H A Dparser.y168 '+' {$$ = ASTBINOP_ADD;}
H A Dast.c175 case ASTBINOP_ADD: return "+"; in ASTBinOp_To_String()
H A Dparser.c1924 {(yyval.BinaryOperator) = ASTBINOP_ADD;}