Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dtree.h58 BI_REM, /* Remainder after division */ enumerator
H A Ddump.c47 case BI_REM: return( "%" ); in decode_BinOp()
H A Dparse.y824 $$ = tree_binop_new( current_compile, BI_REM, $1, $3 );
H A Daction.c1264 case BI_REM: in action_proc_bop_strict()