Searched refs:EXPR_EQUALS (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/jam/
H A Dcompile.h48 # define EXPR_EQUALS 4 /* arg = arg */ macro
H A Djamgram.yy172 { $$.parse = peval( EXPR_EQUALS, $1.parse, $3.parse ); }
H A Djamgram.y218 { $$.parse = peval( EXPR_EQUALS, $1.parse, $3.parse ); }
H A Dcompile.c215 case EXPR_EQUALS: if( lcmp( ll, lr ) == 0 ) status = 1; break;

Completed in 89 milliseconds