Searched refs:firstdig (Results 1 – 1 of 1) sorted by relevance
255 LCHAR *firstdig; /* pointer to first digit */ in pxtoa() local268 firstdig = p; /* save pointer to first digit */ in pxtoa()291 *p = *firstdig; in pxtoa()292 *firstdig = temp; /* swap *p and *firstdig */ in pxtoa()294 ++firstdig; /* advance to next two digits */ in pxtoa()296 while (firstdig < p); /* repeat until halfway */ in pxtoa()