Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/eqn/
H A Dshift.c51 if (rfont[p1] == ITAL && lfont[p2] == ROM) in bshiftb()
53 if (rfont[p2] == ITAL) in bshiftb()
74 if (rfont[p1] == ITAL) in bshiftb()
76 if (rfont[p2] == ITAL) in bshiftb()
90 if (rfont[p2] == ITAL) in bshiftb()
91 rfont[p1] = 0; in bshiftb()
93 rfont[p1] = rfont[p2]; in bshiftb()
155 if (rfont[p1] == ITAL && lfont[p2] == ROM) in shift2()
157 if (rfont[p2] == ITAL) in shift2()
183 if (rfont[p2] == ITAL) in shift2()
[all …]
H A Deqnbox.c30 if (rfont[p1] == ITAL && lfont[p2] == ROM) in eqnbox()
39 rfont[p1] = rfont[p2]; in eqnbox()
H A Dfont.c43 lfont[yyval] = rfont[yyval] = ft == ITAL ? ITAL : ROM; in font()
47 lfont[yyval], rfont[yyval]); in font()
H A Dtext.c46 lfont[yyval] = rfont[yyval] = ROM; in text()
70 rfont[yyval] = rf; in text()
75 rfont[yyval]); in text()
H A Dglob.c39 int rfont[100]; variable
H A Dfunny.c50 lfont[yyval] = rfont[yyval] = ROM; in funny()
H A De.h62 extern int rfont[];
H A Dintegral.c56 lfont[yyval] = rfont[yyval] = ROM; in setintegral()
H A Dsqrt.c31 if (rfont[yyval] == ITAL) in sqrt()
H A Dover.c57 lfont[yyval] = rfont[yyval] = 0; in boverb()
H A Dfromto.c22 lfont[yyval] = rfont[yyval] = 0; in fromto()
H A Dmatrix.c70 lfont[yyval] = rfont[yyval] = 0; in matrix()
H A Ddiacrit.c122 type, p1, lfont[p1], rfont[p1], eht[p1], ebase[p1]); in diacrit()
H A Dparen.c28 lfont[yyval] = rfont[yyval] = 0; in paren()
H A Dpile.c86 lfont[yyval] = rfont[yyval] = 0; in lpile()
H A Dio.c158 gfont, gsize, p1, rfont[p1] == ITAL ? "\\|" : ""); in putout()