Home
last modified time | relevance | path

Searched refs:BI_MUL (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dtree.h67 BI_MUL, /* Mult by a constant */ enumerator
H A Ddump.c55 case BI_MUL: return( "*" ); in decode_BinOp()
H A Dparse.y821 $$ = tree_binop_new( current_compile, BI_MUL, $1, $3 );
H A Daction.c1240 case BI_MUL: in action_proc_bop_strict()