Searched defs:first_char (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dgpkgmap.c136 boolean_t first_char = B_TRUE; local
169 if (first_char && !isdigit(c)) {
172 first_char = B_FALSE;
208 * we need to reset volume number and first_char.
211 first_char = B_TRUE;
651 boolean_t first_char = B_TRUE; local
685 if (first_char && !isdigit(c)) {
688 first_char = B_FALSE;
735 * we need to reset volume number and first_char.
738 first_char
[all...]

Completed in 22 milliseconds