Searched refs:digits (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c750 int digits = 0; local
754 Eliminate leading digits and spaces, ignore asterisks, if the
755 full name ends with 5 digits strip them, and replace periods that
756 aren't followed by a space with a space. If leading digits are
781 if (isdigit(*src)) digits++;
782 else digits = 0;
801 if (digits == 5) {
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c613 int digits = 0; local
631 Eliminate leading digits and spaces, ignore asterisks, if the
632 full name ends with 5 digits strip them, and replace periods that
633 aren't followed by a space with a space. If leading digits are
658 if (isdigit(*src)) digits++;
659 else digits = 0;
678 if (digits == 5) {
2807 leading digits in the face name. */

Completed in 64 milliseconds