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

/freebsd-13-stable/bin/expr/
H A Dexpr.y59 struct val *op_and(struct val *, struct val *);
102 | expr '&' expr { $$ = op_and($1, $3); }
322 op_and(struct val *a, struct val *b)
/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c944 static Linetype op_and(long *p, Linetype at, long a, Linetype bt, long b) { function
1022 { eval_table, { { "&&", op_and, NULL } } },

Completed in 108 milliseconds