Home
last modified time | relevance | path

Searched refs:ITAL (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dtext.c90 if (rf == ITAL) in trans()
101 if (rf == ITAL) in trans()
105 if (rf == ITAL) in trans()
110 if (rf == ITAL) in trans()
115 if (rf == ITAL) in trans()
125 if (rf == ITAL) in trans()
134 if (rf == ITAL) in trans()
143 if (rf == ITAL) in trans()
155 cs[csp++] = rf == ITAL ? ITAL : ROM; in trans()
158 f = rf == ITAL ? ITAL : ROM; in trans()
[all …]
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()
155 if (rfont[p1] == ITAL && lfont[p2] == ROM) in shift2()
157 if (rfont[p2] == ITAL) in shift2()
162 if (rfont[p1] == ITAL && lfont[p3] == ROM) in shift2()
183 if (rfont[p2] == ITAL) in shift2()
H A Dfont.c25 ft = ITAL; in setfont()
43 lfont[yyval] = rfont[yyval] = ft == ITAL ? ITAL : ROM; in font()
H A De.h27 #define ITAL '2' macro
30 #define ITAL '1'
H A Dglob.c28 int gfont = ITAL; /* italic */
H A Deqnbox.c30 if (rfont[p1] == ITAL && lfont[p2] == ROM) in eqnbox()
H A Dsqrt.c31 if (rfont[yyval] == ITAL) in sqrt()
H A Ddiacrit.c106 if (lfont[p1] != ITAL) in diacrit()
H A Dio.c158 gfont, gsize, p1, rfont[p1] == ITAL ? "\\|" : ""); in putout()
H A De.y168 | ITALIC { setfont(ITAL); }