Searched refs:CUR (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dpattern.c712 #define CUR (*ctxt->cur) macro
719 while (IS_BLANK_CH(CUR)) NEXT
756 if (CUR == '"') {
775 } else if (CUR == '\'') {
901 if (CUR == ':') {
925 if (CUR == '*') {
935 if (CUR == ':') {
941 if (IS_BLANK_CH(CUR)) {
974 if (CUR == '*') {
1016 if (CUR
[all...]
H A DHTMLparser.c215 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
220 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
222 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
261 /* #define CUR (ctxt->token ? ctxt->token : (int) (*ctxt->input->cur)) */
262 #define CUR ((int) (*ctxt->input->cur)) macro
2050 if (CUR == 0) return(1);
2051 if (CUR != '<') return(0);
2192 if (!IS_ASCII_LETTER(CUR) && (CUR != '_') &&
2193 (CUR !
[all...]
H A Dxmlregexp.c51 #define CUR (*(ctxt->cur)) macro
4404 cur = CUR;
4407 cur = CUR;
4428 cur = CUR;
4447 cur = CUR;
4466 cur = CUR;
4501 cur = CUR;
4520 cur = CUR;
4543 cur = CUR;
4567 cur = CUR;
7645 #undef CUR macro
7646 #define CUR macro
[all...]
H A Dxpath.c2606 * CUR returns the current xmlChar value, i.e. a 8 bit value
2611 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2622 #define CUR (*ctxt->cur) macro
9739 if (CUR == ':') {
10000 if ((CUR != '.') && ((CUR < '0') || (CUR > '9'))) {
10009 while ((CUR >= '0') && (CUR <= '9')) {
10011 tmp = (CUR
[all...]
H A Dxpointer.c885 * CUR returns the current xmlChar value, i.e. a 8 bit value
890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
901 #define CUR (*ctxt->cur) macro
989 if (CUR != '(')
1003 while (CUR != 0) {
1004 if (CUR == ')') {
1010 *cur++ = CUR;
1011 } else if (CUR == '(') {
1013 *cur++ = CUR;
1014 } else if (CUR
[all...]
H A Dparser.c1467 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
1471 * RAW same as CUR but in the input buffer, bypass any token
1473 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1493 #define CUR (*ctxt->input->cur) macro
1603 * It's Okay to use CUR/NEXT here since all the blanks are on
1628 cur = CUR;
1631 cur = CUR;
1637 cur = CUR;
1673 return(CUR);
1722 * Using RAW/CUR/NEX
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dpattern.c712 #define CUR (*ctxt->cur) macro
719 while (IS_BLANK_CH(CUR)) NEXT
756 if (CUR == '"') {
775 } else if (CUR == '\'') {
901 if (CUR == ':') {
925 if (CUR == '*') {
935 if (CUR == ':') {
941 if (IS_BLANK_CH(CUR)) {
974 if (CUR == '*') {
1016 if (CUR
[all...]
H A DHTMLparser.c215 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
220 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
222 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
261 /* #define CUR (ctxt->token ? ctxt->token : (int) (*ctxt->input->cur)) */
262 #define CUR ((int) (*ctxt->input->cur)) macro
2060 if (CUR == 0) return(1);
2061 if (CUR != '<') return(0);
2203 if (!IS_ASCII_LETTER(CUR) && (CUR != '_') &&
2204 (CUR !
[all...]
H A Dxmlregexp.c51 #define CUR (*(ctxt->cur)) macro
4575 cur = CUR;
4578 cur = CUR;
4599 cur = CUR;
4618 cur = CUR;
4637 cur = CUR;
4672 cur = CUR;
4691 cur = CUR;
4714 cur = CUR;
4738 cur = CUR;
7770 #undef CUR macro
7771 #define CUR macro
[all...]
H A Dxpath.c2607 * CUR returns the current xmlChar value, i.e. a 8 bit value
2612 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2623 #define CUR (*ctxt->cur) macro
9781 if (ret && CUR == ':') {
10042 if ((CUR != '.') && ((CUR < '0') || (CUR > '9'))) {
10051 while ((CUR >= '0') && (CUR <= '9')) {
10053 tmp = (CUR
[all...]
H A Dxpointer.c885 * CUR returns the current xmlChar value, i.e. a 8 bit value
890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
901 #define CUR (*ctxt->cur) macro
989 if (CUR != '(')
1003 while (CUR != 0) {
1004 if (CUR == ')') {
1010 *cur++ = CUR;
1011 } else if (CUR == '(') {
1013 *cur++ = CUR;
1014 } else if (CUR
[all...]
H A Dparser.c1761 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
1765 * RAW same as CUR but in the input buffer, bypass any token
1767 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1787 #define CUR (*ctxt->input->cur) macro
1897 * It's Okay to use CUR/NEXT here since all the blanks are on
1922 cur = CUR;
1925 cur = CUR;
1931 cur = CUR;
1967 return(CUR);
2019 * Using RAW/CUR/NEX
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dpattern.c712 #define CUR (*ctxt->cur) macro
719 while (IS_BLANK_CH(CUR)) NEXT
756 if (CUR == '"') {
775 } else if (CUR == '\'') {
901 if (CUR == ':') {
925 if (CUR == '*') {
935 if (CUR == ':') {
941 if (IS_BLANK_CH(CUR)) {
974 if (CUR == '*') {
1016 if (CUR
[all...]
H A DHTMLparser.c215 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
220 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
222 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
261 /* #define CUR (ctxt->token ? ctxt->token : (int) (*ctxt->input->cur)) */
262 #define CUR ((int) (*ctxt->input->cur)) macro
2060 if (CUR == 0) return(1);
2061 if (CUR != '<') return(0);
2203 if (!IS_ASCII_LETTER(CUR) && (CUR != '_') &&
2204 (CUR !
[all...]
H A Dxmlregexp.c51 #define CUR (*(ctxt->cur)) macro
4575 cur = CUR;
4578 cur = CUR;
4599 cur = CUR;
4618 cur = CUR;
4637 cur = CUR;
4672 cur = CUR;
4691 cur = CUR;
4714 cur = CUR;
4738 cur = CUR;
7770 #undef CUR macro
7771 #define CUR macro
[all...]
H A Dxpath.c2607 * CUR returns the current xmlChar value, i.e. a 8 bit value
2612 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2623 #define CUR (*ctxt->cur) macro
9781 if (ret && CUR == ':') {
10042 if ((CUR != '.') && ((CUR < '0') || (CUR > '9'))) {
10051 while ((CUR >= '0') && (CUR <= '9')) {
10053 tmp = (CUR
[all...]
H A Dxpointer.c885 * CUR returns the current xmlChar value, i.e. a 8 bit value
890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
901 #define CUR (*ctxt->cur) macro
989 if (CUR != '(')
1003 while (CUR != 0) {
1004 if (CUR == ')') {
1010 *cur++ = CUR;
1011 } else if (CUR == '(') {
1013 *cur++ = CUR;
1014 } else if (CUR
[all...]
H A Dparser.c1761 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
1765 * RAW same as CUR but in the input buffer, bypass any token
1767 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1787 #define CUR (*ctxt->input->cur) macro
1897 * It's Okay to use CUR/NEXT here since all the blanks are on
1922 cur = CUR;
1925 cur = CUR;
1931 cur = CUR;
1967 return(CUR);
2019 * Using RAW/CUR/NEX
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dpattern.c712 #define CUR (*ctxt->cur) macro
719 while (IS_BLANK_CH(CUR)) NEXT
756 if (CUR == '"') {
775 } else if (CUR == '\'') {
901 if (CUR == ':') {
925 if (CUR == '*') {
935 if (CUR == ':') {
941 if (IS_BLANK_CH(CUR)) {
974 if (CUR == '*') {
1016 if (CUR
[all...]
H A DHTMLparser.c215 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
220 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
222 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
261 /* #define CUR (ctxt->token ? ctxt->token : (int) (*ctxt->input->cur)) */
262 #define CUR ((int) (*ctxt->input->cur)) macro
2050 if (CUR == 0) return(1);
2051 if (CUR != '<') return(0);
2192 if (!IS_ASCII_LETTER(CUR) && (CUR != '_') &&
2193 (CUR !
[all...]
H A Dxmlregexp.c51 #define CUR (*(ctxt->cur)) macro
4404 cur = CUR;
4407 cur = CUR;
4428 cur = CUR;
4447 cur = CUR;
4466 cur = CUR;
4501 cur = CUR;
4520 cur = CUR;
4543 cur = CUR;
4567 cur = CUR;
7645 #undef CUR macro
7646 #define CUR macro
[all...]
H A Dxpath.c2606 * CUR returns the current xmlChar value, i.e. a 8 bit value
2611 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2622 #define CUR (*ctxt->cur) macro
9739 if (CUR == ':') {
10000 if ((CUR != '.') && ((CUR < '0') || (CUR > '9'))) {
10009 while ((CUR >= '0') && (CUR <= '9')) {
10011 tmp = (CUR
[all...]
H A Dxpointer.c885 * CUR returns the current xmlChar value, i.e. a 8 bit value
890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
901 #define CUR (*ctxt->cur) macro
989 if (CUR != '(')
1003 while (CUR != 0) {
1004 if (CUR == ')') {
1010 *cur++ = CUR;
1011 } else if (CUR == '(') {
1013 *cur++ = CUR;
1014 } else if (CUR
[all...]
H A Dparser.c1467 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
1471 * RAW same as CUR but in the input buffer, bypass any token
1473 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1493 #define CUR (*ctxt->input->cur) macro
1603 * It's Okay to use CUR/NEXT here since all the blanks are on
1628 cur = CUR;
1631 cur = CUR;
1637 cur = CUR;
1673 return(CUR);
1722 * Using RAW/CUR/NEX
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dimage.tex160 \twocolitem{\indexit{wxBITMAP\_TYPE\_CUR}}{Load a Windows cursor file (CUR).}
562 \twocolitem{\indexit{wxBITMAP\_TYPE\_CUR}}{Load a Windows cursor file (CUR).}
838 \twocolitem{{\bf wxBITMAP\_TYPE\_CUR}}{Load a Windows cursor file (CUR).}
1052 \twocolitem{{\bf wxBITMAP\_TYPE\_CUR}}{Save a Windows cursor file (CUR).}

Completed in 770 milliseconds

12