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

/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c312 #define endsym(c) (!isalpha(c) && !isdigit(c) && c != '_') macro
339 while (!endsym (*cp)) {
354 while (endsym(*cp))
378 if (*symp == '\0' && endsym(chr)) {
614 while (!endsym(*p) && --i)

Completed in 72 milliseconds