Home | History | Annotate | Download | only in Python

Lines Matching refs:pnum

1729     node *pfactor, *ppower, *patom, *pnum;
1746 TYPE((pnum = CHILD(patom, 0))) == NUMBER) {
1748 char *s = PyObject_MALLOC(strlen(STR(pnum)) + 2);
1752 strcpy(s + 1, STR(pnum));