Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Dunifdef.c235 #define endsym(c) (!isalnum((unsigned char)c) && c != '_') macro
860 } else if (strncmp(cp, "defined", 7) == 0 && endsym(cp[7])) { in eval_unary()
881 } else if (!endsym(*cp)) { in eval_unary()
1111 while (!endsym(*cp)) in skipsym()