Searched refs:op_eq (Results 1 – 2 of 2) sorted by relevance
/freebsd/bin/expr/ |
H A D | expr.y | 60 struct val *op_eq(struct val *, struct val *); 101 | expr '=' expr { $$ = op_eq($1, $3); } 358 op_eq(struct val *a, struct val *b) in op_eq() function
|
/freebsd/contrib/unifdef/ |
H A D | unifdef.c | 906 static Linetype op_eq(long *p, Linetype at, long a, Linetype bt, long b) { in op_eq() function 999 { eval_table, { { "==", op_eq, NULL },
|