Home
last modified time | relevance | path

Searched refs:bshiftb (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/eqn/
H A Dintegral.c32 bshiftb(p, SUB, p1); in integral()
34 bshiftb(p, SUP, p2); in integral()
H A De.y100 | box sub box %prec SUB { bshiftb($1, $2, $3); }
101 | box sup box %prec SUP { bshiftb($1, $2, $3); }
H A Dshift.c21 bshiftb(int p1, int dir, int p2) in bshiftb() function