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

/freebsd-13-stable/bin/expr/
H A Dexpr.y65 struct val *op_le(struct val *, struct val *);
107 | expr LE expr { $$ = op_le($1, $3); }
384 op_le(struct val *a, struct val *b)
/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c927 static Linetype op_le(long *p, Linetype at, long a, Linetype bt, long b) { function
1028 { eval_table, { { "<=", op_le, NULL },

Completed in 102 milliseconds