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

  /external/srec/portable/include/
ptypes.h 317 #define LISALPHA isalpha
429 #define LISALPHA iswalpha
  /external/srec/portable/src/
LCHAR.c 196 if (LISALPHA(*string))
213 if (LISALPHA(*string))
PFileWrap.c 501 if ( ( path [0] == '/' ) || ( ( LISALPHA ( path [0] ) ) && ( path [1] == ':' ) && ( path [2] == '/' ) ) )
PFileSystem.c 171 (LISALPHA(canonical[0]) && canonical[1] == ':' && canonical[2] == '/'));

Completed in 165 milliseconds