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

/xsrc/external/mit/xterm/dist/
H A Dinput.c1716 #define isName(c) ((c) == '_' || (c) == '-' || isalnum(CharOf(c))) macro
1721 while (*s != '\0' && isName(CharOf(*s)))
1754 } else if (!quoted && isName(ch)) {
1894 || !isName(prv))
1896 && !isName(*p))) {
H A Dgraphics_regis.c128 #define isName(c) ((c) == '_' || isalnum(CharOf(c))) macro
3188 else if (!isName(ch))

Completed in 12 milliseconds