Home
last modified time | relevance | path

Searched refs:rfont (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/cmd/eqn/
H A Dshift.c53 if (rfont[p1] == ITAL && lfont[p2] == ROM) in bshiftb()
55 if (rfont[p2] == ITAL) in bshiftb()
76 if (rfont[p1] == ITAL) in bshiftb()
78 if (rfont[p2] == ITAL) in bshiftb()
92 if (rfont[p2] == ITAL) in bshiftb()
93 rfont[p1] = 0; in bshiftb()
95 rfont[p1] = rfont[p2]; in bshiftb()
157 if (rfont[p1] == ITAL && lfont[p2] == ROM) in shift2()
159 if (rfont[p2] == ITAL) in shift2()
164 if (rfont[p1] == ITAL && lfont[p3] == ROM) in shift2()
[all …]
H A Deqnbox.c32 if (rfont[p1] == ITAL && lfont[p2] == ROM) in eqnbox()
41 rfont[p1] = rfont[p2]; in eqnbox()
H A Dfont.c45 lfont[yyval] = rfont[yyval] = ft == ITAL ? ITAL : ROM; in font()
49 lfont[yyval], rfont[yyval]); in font()
H A Dtext.c48 lfont[yyval] = rfont[yyval] = ROM; in text()
72 rfont[yyval] = rf; in text()
77 rfont[yyval]); in text()
H A Dglob.c39 int rfont[100]; variable
H A Dfunny.c52 lfont[yyval] = rfont[yyval] = ROM; in funny()
H A De.h64 extern int rfont[];
H A Dintegral.c58 lfont[yyval] = rfont[yyval] = ROM; in setintegral()
H A Dsqrt.c33 if (rfont[yyval] == ITAL) in sqrt()
H A Dover.c59 lfont[yyval] = rfont[yyval] = 0; in boverb()
H A Dfromto.c24 lfont[yyval] = rfont[yyval] = 0; in fromto()
H A Dmatrix.c72 lfont[yyval] = rfont[yyval] = 0; in matrix()
H A Ddiacrit.c124 type, p1, lfont[p1], rfont[p1], eht[p1], ebase[p1]); in diacrit()
H A Dparen.c30 lfont[yyval] = rfont[yyval] = 0; in paren()
H A Dpile.c88 lfont[yyval] = rfont[yyval] = 0; in lpile()
H A Dio.c158 gfont, gsize, p1, rfont[p1] == ITAL ? "\\|" : ""); in putout()