HomeSort by: relevance | last modified time | path
    Searched refs:ch_isalpha (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/usr.bin/indent/
fmt_decl.c 886 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 in typeref:typename:bool
940 ch_isalpha(char ch) function in typeref:typename:bool
  /src/games/cgram/
cgram.c 63 ch_isalpha(char ch) function in typeref:typename:bool
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());
  /src/usr.bin/xlint/common/
lint.h 171 ch_isalpha(char ch) function in typeref:typename:bool
  /src/usr.bin/indent/
lexi.c 170 return ch_isalpha(ch) || ch == '_' || ch == '$';
270 if (ch_isalpha(in.p[0]))
indent.h 523 ch_isalpha(char ch) function in typeref:typename:bool
  /src/usr.bin/make/
cond.c 253 while (ch_isalpha(func[len]))
952 p[3] == 'i' && p[4] == 'f' && !ch_isalpha(p[5]);
973 if (ch_isalpha(*p))
1080 if (strncmp(p, "se", 2) == 0 && !ch_isalpha(p[2])) {
1171 if (ch_isalpha(*p) || *p == '_') {
1193 while (ch_isalpha(*p))
make.h 1183 ch_isalpha(char ch) { return isalpha((unsigned char)ch) != 0; } function in typeref:typename:MAKE_INLINE bool MAKE_ATTR_USE
main.c 164 if (!ch_isalpha(*p))

Completed in 16 milliseconds