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