tempc              17 polish.c         unsigned char *tempc;                   /* temp pointer                   */
tempc              35 polish.c       	if (*(tempc = *--sp) == '*')
tempc              36 polish.c       	  polish[i++] = tempc;
tempc              38 polish.c       	  *sp++ = tempc;