Home
last modified time | relevance | path

Searched refs:endsym (Results 1 – 1 of 1) sorted by relevance

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