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

/haiku-buildtools/jam/
H A Dcompile.h50 # define EXPR_LESS 6 /* arg < arg */ macro
H A Djamgram.yy176 { $$.parse = peval( EXPR_LESS, $1.parse, $3.parse ); }
H A Djamgram.y222 { $$.parse = peval( EXPR_LESS, $1.parse, $3.parse ); }
H A Dcompile.c217 case EXPR_LESS: if( lcmp( ll, lr ) < 0 ) status = 1; break;

Completed in 83 milliseconds