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

/freebsd-13-stable/bin/expr/
H A Dexpr.y68 struct val *op_ne(struct val *, struct val *);
108 | expr NE expr { $$ = op_ne($1, $3); }
390 op_ne(struct val *a, struct val *b)
/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c936 static Linetype op_ne(long *p, Linetype at, long a, Linetype bt, long b) { function
1027 { "!=", op_ne, NULL } } },

Completed in 106 milliseconds