Searched refs:bshiftb (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/eqn/ |
H A D | integral.c | 32 bshiftb(p, SUB, p1); in integral() 34 bshiftb(p, SUP, p2); in integral()
|
H A D | e.y | 100 | box sub box %prec SUB { bshiftb($1, $2, $3); } 101 | box sup box %prec SUP { bshiftb($1, $2, $3); }
|
H A D | shift.c | 21 bshiftb(int p1, int dir, int p2) in bshiftb() function
|