Lines Matching refs:p1
21 bshiftb(int p1, int dir, int p2) in bshiftb() argument
29 yyval = p1; in bshiftb()
30 h1 = eht[p1]; in bshiftb()
31 b1 = ebase[p1]; in bshiftb()
53 if (rfont[p1] == ITAL && lfont[p2] == ROM) in bshiftb()
76 if (rfont[p1] == ITAL) in bshiftb()
86 "b=%d, h=%d\n", yyval, p1, shval, p2, -shval, in bshiftb()
93 rfont[p1] = 0; in bshiftb()
95 rfont[p1] = rfont[p2]; in bshiftb()
104 shift(int p1) in shift() argument
107 yyval = p1; in shift()
112 shift2(int p1, int p2, int p3) in shift2() argument
120 yyval = p1; in shift2()
121 if (dbg) printf(".\tshift2 s%d <- %d %d %d\n", yyval, p1, p2, p3); in shift2()
128 h1 = eht[p1]; b1 = ebase[p1]; in shift2()
157 if (rfont[p1] == ITAL && lfont[p2] == ROM) in shift2()
164 if (rfont[p1] == ITAL && lfont[p3] == ROM) in shift2()
174 p1, subsh, effps, p2, p2, -subsh+supsh); in shift2()
179 p1, subsh, p2, p2, -subsh+supsh); in shift2()