Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c310 #define endsym(c) (!isalpha(c) && !isdigit(c) && c != '_') macro
337 while (!endsym (*cp)) { in checkline()
352 while (endsym(*cp)) in checkline()
376 if (*symp == '\0' && endsym(chr)) { in checkline()
613 while (!endsym(*p) && --i) in nextsym()