Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dtree.h70 BI_BAND, /* Bitwise and */ enumerator
H A Ddump.c58 case BI_BAND: return( "&" ); in decode_BinOp()
H A Dparse.y845 $$ = tree_binop_new( current_compile, BI_BAND, $1, $3 );
H A Daction.c1300 case BI_BAND: in action_proc_bop_strict()