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

/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c533 int alphastart = 0; local
595 alphastart = isalpha(first_name[0]);
624 alphastart |= isalpha(cur_name[0]);
649 if (!alphastart) {

Completed in 46 milliseconds