Searched defs:alphastart (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/tic/ | ||
H A D | tic_parse.c | 533 int alphastart = 0; local 595 alphastart = isalpha(first_name[0]); 624 alphastart |= isalpha(cur_name[0]); 649 if (!alphastart) { |
Completed in 75 milliseconds