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

  /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/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/usr.bin/xlint/common/
lint.h 171 ch_isalpha(char ch) function in typeref:typename:bool
  /src/usr.bin/indent/
indent.h 523 ch_isalpha(char ch) function in typeref:typename:bool
  /src/usr.bin/make/
make.h 1183 ch_isalpha(char ch) { return isalpha((unsigned char)ch) != 0; } function in typeref:typename:MAKE_INLINE bool MAKE_ATTR_USE

Completed in 18 milliseconds