Searched refs:op_ge (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/bin/expr/ |
| D | expr.y | 63 struct val *op_ge(struct val *, struct val *); 106 | expr GE expr { $$ = op_ge($1, $3); } 378 op_ge(struct val *a, struct val *b) in op_ge() function
|
| /freebsd-12-stable/usr.bin/unifdef/ |
| D | unifdef.c | 889 static Linetype op_ge(long *p, Linetype at, long a, Linetype bt, long b) { in op_ge() function 988 { ">=", op_ge, NULL },
|