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

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c277 #define endsym(c) (!isalnum((unsigned char)c) && c != '_') macro
1131 } else if (!endsym(*cp)) {
1414 while (!endsym(*cp))
1449 if (*s == '\0' && endsym(*t))

Completed in 230 milliseconds