Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dtree.h79 BI_MORE, enumerator
H A Ddump.c67 case BI_MORE: return( ">" ); in decode_BinOp()
H A Dparse.y863 $$ = tree_binop_new( current_compile, BI_MORE, $1, $3 );
H A Dcompile.c1729 case BI_MORE: in compile_check_more()