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

/freebsd-13-stable/bin/expr/
H A Dexpr.y61 struct val *op_div(struct val *, struct val *);
112 | expr '/' expr { $$ = op_div($1, $3); }
494 op_div(struct val *a, struct val *b)
/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c964 static Linetype op_div(long *p, Linetype at, long a, Linetype bt, long b) { function
1037 { "/", op_div, NULL },

Completed in 106 milliseconds