wp 19 cond.c unsigned char **wp;
wp 32 cond.c if ((wp = getcdarray(&ctext)) != NULL) { /* when NULL no word */
wp 37 cond.c if ((wp = polishbuild(wp)) == NULL) /* reverse polish conversion */
wp 39 cond.c if ((cdtbl[cdno++] = getcdentry(wp, lp[seno])) == NULL)
wp 175 control.c unsigned char **wp = cdp->cdpolish;
wp 181 control.c while (*wp != NULL)
wp 182 control.c printf("%s ", (**wp == EXP) ? (*wp++)+2 : *wp++);
wp 19 divide.c unsigned char *wp[MAXWORD+1];
wp 29 divide.c if ((wp[no++] = wordgen(&word[0])) == NULL)
wp 37 divide.c return wordptgen(&wp[0], no);
wp 43 divide.c unsigned char *wp[MAXWORD+1];
wp 50 divide.c wp[no++] = stock;
wp 67 divide.c if ((wp[no++] = wordgen(&word[0])) == NULL)
wp 77 divide.c if ((wp[no++] = wordgen(&word[0])) == NULL)
wp 86 divide.c if ((wp[no++] = wordgen(&word[0])) == NULL)
wp 96 divide.c return wordptgen(&wp[0], no);
wp 225 divide.c wordptgen(unsigned char **wp, int no)
wp 233 divide.c *wk++ = *wp++;
wp 14 polish.c polishbuild(unsigned char **wp)
wp 22 polish.c unsigned char **wda = wp; /* word array pointer */
wp 80 polish.c *(wp + i) = polish[i];
wp 81 polish.c *(wp + i) = NULL;
wp 82 polish.c return wp;