Searched refs:lfont (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/cmd/eqn/ |
H A D | integral.c | 36 lfont[p] = ROM; in integral() 56 lfont[yyval] = rfont[yyval] = ROM; in setintegral()
|
H A D | font.c | 43 lfont[yyval] = rfont[yyval] = ft == ITAL ? ITAL : ROM; in font() 47 lfont[yyval], rfont[yyval]); in font()
|
H A D | text.c | 46 lfont[yyval] = rfont[yyval] = ROM; in text() 69 lfont[yyval] = lf; in text() 74 t, yyval, p, ebase[yyval], eht[yyval], lfont[yyval], in text()
|
H A D | diacrit.c | 106 if (lfont[p1] != ITAL) in diacrit() 122 type, p1, lfont[p1], rfont[p1], eht[p1], ebase[p1]); in diacrit()
|
H A D | shift.c | 51 if (rfont[p1] == ITAL && lfont[p2] == ROM) in bshiftb() 155 if (rfont[p1] == ITAL && lfont[p2] == ROM) in shift2() 162 if (rfont[p1] == ITAL && lfont[p3] == ROM) in shift2()
|
H A D | glob.c | 38 int lfont[100]; variable
|
H A D | funny.c | 50 lfont[yyval] = rfont[yyval] = ROM; in funny()
|
H A D | e.h | 61 extern int lfont[];
|
H A D | eqnbox.c | 30 if (rfont[p1] == ITAL && lfont[p2] == ROM) in eqnbox()
|
H A D | sqrt.c | 39 lfont[yyval] = ROM; in sqrt()
|
H A D | over.c | 57 lfont[yyval] = rfont[yyval] = 0; in boverb()
|
H A D | fromto.c | 22 lfont[yyval] = rfont[yyval] = 0; in fromto()
|
H A D | matrix.c | 70 lfont[yyval] = rfont[yyval] = 0; in matrix()
|
H A D | paren.c | 28 lfont[yyval] = rfont[yyval] = 0; in paren()
|
H A D | pile.c | 86 lfont[yyval] = rfont[yyval] = 0; in lpile()
|