Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dexpr.c482 for (; letnum(c); c = *cp)
511 for (; c != '_' && (letnum(c) || c == '#'); c = *cp++)
H A Dsh.h434 #define letnum(c) ctype(c, C_ALPHA|C_DIGIT) macro
H A Dlex.c1236 if (!letnum(c)) {
H A Dvi.c25 #define is_wordch(c) (letnum(c))