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

/netbsd-current/tests/usr.bin/indent/
H A Dfmt_decl.c886 return ch_isalpha(ch) || ch == '_';
892 return ch_isalpha(ch) || ch == '_';
900 return ch_isalpha(ch) || ch == '_';
906 return ch_isalpha(ch) || ch == '_';
921 ch_isalpha(char ch) function
940 ch_isalpha(char ch) function
/netbsd-current/games/cgram/
H A Dcgram.c63 ch_isalpha(char ch) function
344 (ch == solline[offset_x + x] || !ch_isalpha(ch));
448 while (can_go_left() && !ch_isalpha(char_left_of_cursor()))
451 while (can_go_left() && ch_isalpha(char_left_of_cursor()))
458 while (can_go_right() && ch_isalpha(char_at_cursor()))
461 while (can_go_right() && !ch_isalpha(char_at_cursor()))
469 ch_isalpha((char)ch) &&
471 ch_isalpha(char_at_cursor());
/netbsd-current/usr.bin/xlint/common/
H A Dlint.h170 ch_isalpha(char ch) function
/netbsd-current/usr.bin/indent/
H A Dlexi.c170 return ch_isalpha(ch) || ch == '_' || ch == '$';
270 if (ch_isalpha(in.p[0]))
H A Dindent.h513 ch_isalpha(char ch) function
/netbsd-current/usr.bin/make/
H A Dcond.c265 while (ch_isalpha(func[len]))
962 p[3] == 'i' && p[4] == 'f' && !ch_isalpha(p[5]);
983 if (ch_isalpha(*p))
1090 if (strncmp(p, "se", 2) == 0 && !ch_isalpha(p[2])) {
1181 if (ch_isalpha(*p) || *p == '_') {
1203 while (ch_isalpha(*p))
H A Dmake.h1153 ch_isalpha(char ch) { return isalpha((unsigned char)ch) != 0; } function
H A Dmain.c163 if (!ch_isalpha(*p))

Completed in 150 milliseconds