Searched refs:op_and (Results 1 – 2 of 2) sorted by relevance
/freebsd/bin/expr/ |
H A D | expr.y | 57 struct val *op_and(struct val *, struct val *); 100 | expr '&' expr { $$ = op_and($1, $3); } 320 op_and(struct val *a, struct val *b) in op_and() function
|
/freebsd/contrib/unifdef/ |
H A D | unifdef.c | 917 static Linetype op_and(long *p, Linetype at, long a, Linetype bt, long b) { in op_and() function 995 { eval_table, { { "&&", op_and, NULL } } },
|