Searched refs:IS_BLANK (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dparse.y99 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t')
744 | CCE_BLANK { CCL_EXPR(IS_BLANK) }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dparse.y99 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t')
744 | CCE_BLANK { CCL_EXPR(IS_BLANK) }
H A Dparse.c162 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
2388 { CCL_EXPR(IS_BLANK) }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/
H A Dparse.c101 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
1338 { CCL_EXPR(IS_BLANK) }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/
H A Dparse.c101 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
1338 { CCL_EXPR(IS_BLANK) }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DparserInternals.h86 * IS_BLANK:
93 #define IS_BLANK(c) xmlIsBlankQ(c) macro
99 * Behaviour same as IS_BLANK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DparserInternals.h86 * IS_BLANK:
93 #define IS_BLANK(c) xmlIsBlankQ(c) macro
99 * Behaviour same as IS_BLANK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DparserInternals.in.h86 * IS_BLANK:
93 #define IS_BLANK(c) xmlIsBlankQ(c) macro
99 * Behaviour same as IS_BLANK
H A Dtree.c394 while (IS_BLANK(c)) {
410 while (IS_BLANK(c)) {
481 while (IS_BLANK(c)) {
511 while (IS_BLANK(c)) {
565 while (IS_BLANK(c)) {
580 while (IS_BLANK(c)) {
636 while (IS_BLANK(c)) {
652 while (IS_BLANK(c)) {
H A Dxmlregexp.c7649 #undef IS_BLANK macro
7650 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
7651 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7692 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') &&
H A DHTMLparser.c2912 if (!IS_BLANK(cur)) {
H A Dvalid.c3509 /* Should not test IS_BLANK(val) here -- see erratum E20*/
3601 while (IS_BLANK(val)) {
3622 /* Should not test IS_BLANK(val) here -- see erratum E20*/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DparserInternals.h86 * IS_BLANK:
93 #define IS_BLANK(c) xmlIsBlankQ(c) macro
99 * Behaviour same as IS_BLANK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DparserInternals.in.h86 * IS_BLANK:
93 #define IS_BLANK(c) xmlIsBlankQ(c) macro
99 * Behaviour same as IS_BLANK
H A Dtree.c394 while (IS_BLANK(c)) {
410 while (IS_BLANK(c)) {
481 while (IS_BLANK(c)) {
511 while (IS_BLANK(c)) {
565 while (IS_BLANK(c)) {
580 while (IS_BLANK(c)) {
636 while (IS_BLANK(c)) {
652 while (IS_BLANK(c)) {
H A Dxmlregexp.c7649 #undef IS_BLANK macro
7650 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
7651 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7692 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') &&
H A DHTMLparser.c2912 if (!IS_BLANK(cur)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c397 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)) {
H A Dxmlregexp.c7774 #undef IS_BLANK macro
7775 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
7776 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7817 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') &&
H A DHTMLparser.c2951 if (!IS_BLANK(cur)) {
H A Dvalid.c3604 /* Should not test IS_BLANK(val) here -- see erratum E20*/
3717 while (IS_BLANK(val)) {
3730 /* Should not test IS_BLANK(val) here -- see erratum E20*/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtree.c397 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)) {
H A Dxmlregexp.c7774 #undef IS_BLANK macro
7775 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
7776 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7817 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') &&
H A DHTMLparser.c2951 if (!IS_BLANK(cur)) {
H A Dvalid.c3604 /* Should not test IS_BLANK(val) here -- see erratum E20*/
3717 while (IS_BLANK(val)) {
3730 /* Should not test IS_BLANK(val) here -- see erratum E20*/

Completed in 534 milliseconds

12