OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 24 milliseconds