Searched refs:IS_ALPHA (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dscanner.c2131 while (IS_ALPHA(parser->buffer))
2348 while (IS_ALPHA(parser->buffer)) {
2536 while (IS_ALPHA(parser->buffer))
2617 while (IS_ALPHA(parser->buffer) || CHECK(parser->buffer, ';')
H A Demitter.c1380 if (!IS_ALPHA(handle)) {
1416 if (!IS_ALPHA(string)) {
1862 if (IS_ALPHA(string)
H A Dyaml_private.h201 #define IS_ALPHA(string) IS_ALPHA_AT((string),0) macro
/macosx-10.10/libxml2-26/libxml2/
H A Duri.c58 #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x)) macro
88 #define IS_ALPHANUM(x) (IS_ALPHA(x) || IS_DIGIT(x))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Duri.c27 #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x)) macro
57 #define IS_ALPHANUM(x) (IS_ALPHA(x) || IS_DIGIT(x))
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demangle.c4356 #define IS_ALPHA(CHAR) \ macro
4362 (IS_ALPHA (CHAR) || IS_DIGIT (CHAR) \
H A Dcp-demangle.c.orig4356 #define IS_ALPHA(CHAR) \
4362 (IS_ALPHA (CHAR) || IS_DIGIT (CHAR) \
/macosx-10.10/vim-55/runtime/syntax/
H A Dishd.vim146 syn keyword ishdConstant IS_386 IS_486 IS_8514A IS_86 IS_ALPHA IS_CDROM IS_CGA

Completed in 129 milliseconds