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

/freebsd-13-stable/bin/expr/
H A Dexpr.y62 struct val *op_eq(struct val *, struct val *);
103 | expr '=' expr { $$ = op_eq($1, $3); }
360 op_eq(struct val *a, struct val *b)
/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c933 static Linetype op_eq(long *p, Linetype at, long a, Linetype bt, long b) { function
1026 { eval_table, { { "==", op_eq, NULL },

Completed in 30 milliseconds