Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/expr/
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) in op_le() function
/freebsd-12-stable/usr.bin/unifdef/
Dunifdef.c886 static Linetype op_le(long *p, Linetype at, long a, Linetype bt, long b) { in op_le() function
987 { eval_table, { { "<=", op_le, NULL },