HomeSort by relevance Sort by last modified time
    Searched defs:c_isspace (Results 1 - 4 of 4) sorted by null

  /external/bison/lib/
c-ctype.c 266 c_isspace (int c) function
c-ctype.h 131 extern bool c_isspace (int c) _GL_ATTRIBUTE_CONST;
239 #undef c_isspace macro
240 #define c_isspace(c) \ macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
c-ctype.c 269 c_isspace (int c) function
c-ctype.h 134 extern bool c_isspace (int c);
242 #undef c_isspace macro
243 #define c_isspace(c) \ macro

Completed in 516 milliseconds