Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dtree.h72 BI_EOR, /* Either - or */ enumerator
H A Ddump.c60 case BI_EOR: return( "^" ); in decode_BinOp()
H A Dparse.y839 $$ = tree_binop_new( current_compile, BI_EOR, $1, $3 );
H A Daction.c1308 case BI_EOR: in action_proc_bop_strict()