Lines Matching refs:p1
34 text(int t, char *p1) in text() argument
50 p = p1; in text()
57 else if ((tp = lookup(restbl, p1, NULL)) != NULL) in text()
61 for (csp = psp = 0; (c = p1[psp++]) != '\0'; ) { in text()
62 rf = trans(c, p1); in text()
67 "converted token %.25s... too long"), p1); in text()
82 trans(int c, char *p1) in trans() argument
119 if (p1[psp] == '=') { /* look ahead for == <= >= */ in trans()
129 if (p1[psp] == '>') { in trans()
147 cs[csp++] = c; cs[csp++] = c = p1[psp++]; cs[csp++] = p1[psp++]; in trans()
148 if (c == '(') cs[csp++] = p1[psp++]; in trans()
150 cs[csp++] = p1[psp++]; in trans()
151 cs[csp++] = p1[psp++]; in trans()