Searched refs:NXT (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_quota_priv.h110 #define _LIST_REMOVE(h, dqp, PVP, NXT) \
113 if (((d) = (dqp)->NXT)) \
116 (dqp)->NXT = NULL; \
122 #define _LIST_INSERT(h, dqp, PVP, NXT) \
126 (d)->PVP = &((dqp)->NXT); \
127 (dqp)->NXT = d; \
H A Dxfs_qm.c87 #define XQM_LIST_PRINT(l, NXT, title) \
91 for (dqp = (l)->qh_next; dqp != NULL; dqp = dqp->NXT) { \
101 #define XQM_LIST_PRINT(l, NXT, title) do { } while (0)
H A Dxfs_qm_syscalls.c1143 #define DQTEST_LIST_PRINT(l, NXT, title) \
1148 dqp = (xfs_dqtest_t *)dqp->NXT) { \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c220 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
241 #define NXT(val) ctxt->input->cur[(val)] macro
266 #define NXT(val) ctxt->input->cur[(val)] macro
2236 if (!IS_ASCII_LETTER(NXT(1)) && (NXT(1) != '_') &&
2237 (NXT(1) != ':')) return(NULL);
2240 ((IS_ASCII_LETTER(NXT(1+i))) || (IS_ASCII_DIGIT(NXT(1+i))) ||
2241 (NXT(1+i) == ':') || (NXT(
[all...]
H A Dparser.c1767 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1788 #define NXT(val) ctxt->input->cur[(val)] macro
2021 if ((RAW == '&') && (NXT(1) == '#') &&
2022 (NXT(2) == 'x')) {
2053 } else if ((RAW == '&') && (NXT(1) == '#')) {
2327 if (IS_BLANK_CH(NXT(1)) || NXT(1) == 0)
2410 start[1] = NXT(1);
2411 start[2] = NXT(2);
2412 start[3] = NXT(
[all...]
H A Dxpath.c2612 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2625 #define NXT(val) ctxt->cur[(val)] macro
10357 } else if (IS_ASCII_DIGIT(CUR) || (CUR == '.' && IS_ASCII_DIGIT(NXT(1)))) {
10471 (CUR == '.' && IS_ASCII_DIGIT(NXT(1)))) {
10510 while (NXT(len) != 0) {
10511 if (NXT(len) == '/') {
10519 } else if (IS_BLANK_CH(NXT(len))) {
10522 } else if (NXT(len) == ':') {
10529 } else if ((NXT(len) == '(')) {
10545 } else if ((NXT(le
[all...]
H A Dpattern.c714 #define NXT(val) ctxt->cur[(val)] macro
1236 if ((CUR == '/') && (NXT(1) == '/')) {
1240 } else if ((CUR == '.') && (NXT(1) == '/') && (NXT(2) == '/')) {
1282 if (NXT(1) == '/') {
H A Dxpointer.c890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
903 #define NXT(val) ctxt->cur[(val)] macro
1222 if ((name == NULL) && (CUR == '/') && (NXT(1) != '1')) {
H A Dxmlregexp.c52 #define NXT(index) (ctxt->cur[index]) macro
4958 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {
4964 if ((cur != '-') || (NXT(1) == ']')) {
5042 } else if ((CUR == '-') && (NXT(1) == '[')) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c220 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
241 #define NXT(val) ctxt->input->cur[(val)] macro
266 #define NXT(val) ctxt->input->cur[(val)] macro
2324 if (NXT(1) == '#') {
2647 if ((cur == '<') && (NXT(1) == '!') && (NXT(2) == '-') &&
2648 (NXT(3) == '-')) {
2663 } else if ((cur == '<') && (NXT(1) == '/')) {
2686 if (((NXT(2) >= 'A') && (NXT(
[all...]
H A Dparser.c1473 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1494 #define NXT(val) ctxt->input->cur[(val)] macro
1724 if ((RAW == '&') && (NXT(1) == '#') &&
1725 (NXT(2) == 'x')) {
1756 } else if ((RAW == '&') && (NXT(1) == '#')) {
2029 if (IS_BLANK_CH(NXT(1)) || NXT(1) == 0)
2110 start[1] = NXT(1);
2111 start[2] = NXT(2);
2112 start[3] = NXT(
[all...]
H A Dxpath.c2611 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2624 #define NXT(val) ctxt->cur[(val)] macro
10310 } else if (IS_ASCII_DIGIT(CUR) || (CUR == '.' && IS_ASCII_DIGIT(NXT(1)))) {
10424 (CUR == '.' && IS_ASCII_DIGIT(NXT(1)))) {
10463 while (NXT(len) != 0) {
10464 if (NXT(len) == '/') {
10472 } else if (IS_BLANK_CH(NXT(len))) {
10475 } else if (NXT(len) == ':') {
10482 } else if ((NXT(len) == '(')) {
10498 } else if ((NXT(le
[all...]
H A Dpattern.c714 #define NXT(val) ctxt->cur[(val)] macro
1234 if ((CUR == '/') && (NXT(1) == '/')) {
1238 } else if ((CUR == '.') && (NXT(1) == '/') && (NXT(2) == '/')) {
1280 if (NXT(1) == '/') {
H A Dxpointer.c890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
903 #define NXT(val) ctxt->cur[(val)] macro
1222 if ((name == NULL) && (CUR == '/') && (NXT(1) != '1')) {
H A Dxmlregexp.c52 #define NXT(index) (ctxt->cur[index]) macro
4746 if ((CUR != '&') || (NXT(1) != '#'))
4815 if ((CUR == '&') && (NXT(1) == '#')) {
4850 if ((cur != '-') || (NXT(1) == ']')) {
4928 } else if ((CUR == '-') && (NXT(1) == '[')) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c220 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
241 #define NXT(val) ctxt->input->cur[(val)] macro
266 #define NXT(val) ctxt->input->cur[(val)] macro
2324 if (NXT(1) == '#') {
2647 if ((cur == '<') && (NXT(1) == '!') && (NXT(2) == '-') &&
2648 (NXT(3) == '-')) {
2663 } else if ((cur == '<') && (NXT(1) == '/')) {
2686 if (((NXT(2) >= 'A') && (NXT(
[all...]
H A Dparser.c1473 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1494 #define NXT(val) ctxt->input->cur[(val)] macro
1724 if ((RAW == '&') && (NXT(1) == '#') &&
1725 (NXT(2) == 'x')) {
1756 } else if ((RAW == '&') && (NXT(1) == '#')) {
2029 if (IS_BLANK_CH(NXT(1)) || NXT(1) == 0)
2110 start[1] = NXT(1);
2111 start[2] = NXT(2);
2112 start[3] = NXT(
[all...]
H A Dxpath.c2611 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2624 #define NXT(val) ctxt->cur[(val)] macro
10310 } else if (IS_ASCII_DIGIT(CUR) || (CUR == '.' && IS_ASCII_DIGIT(NXT(1)))) {
10424 (CUR == '.' && IS_ASCII_DIGIT(NXT(1)))) {
10463 while (NXT(len) != 0) {
10464 if (NXT(len) == '/') {
10472 } else if (IS_BLANK_CH(NXT(len))) {
10475 } else if (NXT(len) == ':') {
10482 } else if ((NXT(len) == '(')) {
10498 } else if ((NXT(le
[all...]
H A Dpattern.c714 #define NXT(val) ctxt->cur[(val)] macro
1234 if ((CUR == '/') && (NXT(1) == '/')) {
1238 } else if ((CUR == '.') && (NXT(1) == '/') && (NXT(2) == '/')) {
1280 if (NXT(1) == '/') {
H A Dxpointer.c890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
903 #define NXT(val) ctxt->cur[(val)] macro
1222 if ((name == NULL) && (CUR == '/') && (NXT(1) != '1')) {
H A Dxmlregexp.c52 #define NXT(index) (ctxt->cur[index]) macro
4746 if ((CUR != '&') || (NXT(1) != '#'))
4815 if ((CUR == '&') && (NXT(1) == '#')) {
4850 if ((cur != '-') || (NXT(1) == ']')) {
4928 } else if ((CUR == '-') && (NXT(1) == '[')) {

Completed in 523 milliseconds