Searched refs:lfont (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/cmd/eqn/ |
H A D | integral.c | 38 lfont[p] = ROM; in integral() 58 lfont[yyval] = rfont[yyval] = ROM; in setintegral()
|
H A D | font.c | 45 lfont[yyval] = rfont[yyval] = ft == ITAL ? ITAL : ROM; in font() 49 lfont[yyval], rfont[yyval]); in font()
|
H A D | text.c | 48 lfont[yyval] = rfont[yyval] = ROM; in text() 71 lfont[yyval] = lf; in text() 76 t, yyval, p, ebase[yyval], eht[yyval], lfont[yyval], in text()
|
H A D | diacrit.c | 108 if (lfont[p1] != ITAL) in diacrit() 124 type, p1, lfont[p1], rfont[p1], eht[p1], ebase[p1]); in diacrit()
|
H A D | shift.c | 53 if (rfont[p1] == ITAL && lfont[p2] == ROM) in bshiftb() 157 if (rfont[p1] == ITAL && lfont[p2] == ROM) in shift2() 164 if (rfont[p1] == ITAL && lfont[p3] == ROM) in shift2()
|
H A D | glob.c | 38 int lfont[100]; variable
|
H A D | funny.c | 52 lfont[yyval] = rfont[yyval] = ROM; in funny()
|
H A D | eqnbox.c | 32 if (rfont[p1] == ITAL && lfont[p2] == ROM) in eqnbox()
|
H A D | e.h | 63 extern int lfont[];
|
H A D | sqrt.c | 41 lfont[yyval] = ROM; in sqrt()
|
H A D | over.c | 59 lfont[yyval] = rfont[yyval] = 0; in boverb()
|
H A D | fromto.c | 24 lfont[yyval] = rfont[yyval] = 0; in fromto()
|
H A D | matrix.c | 72 lfont[yyval] = rfont[yyval] = 0; in matrix()
|
H A D | pile.c | 88 lfont[yyval] = rfont[yyval] = 0; in lpile()
|
H A D | paren.c | 30 lfont[yyval] = rfont[yyval] = 0; in paren()
|