Searched refs:op_lt (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/bin/expr/
H A Dexpr.y66 struct val *op_lt(struct val *, struct val *);
105 | expr '<' expr { $$ = op_lt($1, $3); }
372 op_lt(struct val *a, struct val *b)
/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c921 static Linetype op_lt(long *p, Linetype at, long a, Linetype bt, long b) { function
1030 { "<", op_lt, "<=" },

Completed in 102 milliseconds