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

/netbsd-current/usr.bin/xlint/common/
H A Dlint.h164 ch_isalnum(char ch) function
/netbsd-current/tests/usr.bin/indent/
H A Dfmt_decl.c915 ch_isalnum(char ch) function
934 ch_isalnum(char ch) function
/netbsd-current/usr.bin/indent/
H A Dindent.h507 ch_isalnum(char ch) function
H A Dlexi.c176 return ch_isalnum(ch) || ch == '_' || ch == '$';
/netbsd-current/usr.bin/xlint/xlint/
H A Dxlint.c260 return ch_isalnum(ch)
/netbsd-current/usr.bin/make/
H A Dparse.c889 while (ch_isalnum(*dirend) || *dirend == '-')
1938 if (start == cmd || !ch_isalnum(p[-1]))
1939 if (!ch_isalnum(p[4]))
H A Dmake.h1151 ch_isalnum(char ch) { return isalnum((unsigned char)ch) != 0; } function
H A Dcond.c1182 while (ch_isalnum(*p) || *p == '_')
H A Dvar.c2312 if (!ch_isalnum(**pp))
/netbsd-current/usr.bin/xlint/lint2/
H A Dread.c1094 if (!ch_isalnum(c) && c != '_')

Completed in 267 milliseconds