OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_BLANK
(Results
1 - 8
of
8
) sorted by null
/external/webkit/WebKitTools/android/flex-2.5.4a/
parse.y
99
#define
IS_BLANK
(c) ((c) == ' ' || (c) == '\t')
744
| CCE_BLANK { CCL_EXPR(
IS_BLANK
) }
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.c
101
#define
IS_BLANK
(c) ((c) == ' ' || (c) == '\t')
[
all
...]
/external/libxml2/include/libxml/
parserInternals.h
95
*
IS_BLANK
:
102
#define
IS_BLANK
(c) xmlIsBlankQ(c)
108
* Behaviour same as
IS_BLANK
/external/libxml2/
tree.c
397
while (
IS_BLANK
(c)) {
413
while (
IS_BLANK
(c)) {
484
while (
IS_BLANK
(c)) {
514
while (
IS_BLANK
(c)) {
568
while (
IS_BLANK
(c)) {
583
while (
IS_BLANK
(c)) {
639
while (
IS_BLANK
(c)) {
655
while (
IS_BLANK
(c)) {
[
all
...]
xmlregexp.c
[
all
...]
HTMLparser.c
[
all
...]
valid.c
[
all
...]
parser.c
[
all
...]
Completed in 442 milliseconds