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

12

/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dinit_keytry.c52 #undef CUR macro
53 #define CUR (sp->_term)->type. macro
87 CUR Strings[_nc_tinfo_fkeys[n].offset],
H A Dlib_cur_term.c45 #undef CUR macro
46 #define CUR termp->type. macro
H A Dlib_options.c204 #undef CUR macro
205 #define CUR (sp->_term)->type. macro
H A Dtrim_sgr0.c42 #undef CUR macro
43 #define CUR tp-> macro
H A Dcomp_parse.c401 #undef CUR macro
402 #define CUR tp-> macro
H A Dlib_setup.c105 #undef CUR macro
106 #define CUR termp->type. macro
H A Dparse_entry.c629 #undef CUR macro
630 #define CUR tp-> macro
/macosx-10.10/libxml2-26/libxml2/
H A DHTMLparser.c275 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
280 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
282 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
321 /* #define CUR (ctxt->token ? ctxt->token : (int) (*ctxt->input->cur)) */
322 #define CUR ((int) (*ctxt->input->cur)) macro
2251 if (CUR == 0) return(1);
2252 if (CUR != '<') return(0);
2394 if (!IS_ASCII_LETTER(CUR) && (CUR != '_') &&
2395 (CUR !
[all...]
H A Dpattern.c716 #define CUR (*ctxt->cur) macro
723 while (IS_BLANK_CH(CUR)) NEXT
760 if (CUR == '"') {
779 } else if (CUR == '\'') {
905 if (CUR == ':') {
929 if (CUR == '*') {
939 if (CUR == ':') {
945 if (IS_BLANK_CH(CUR)) {
978 if (CUR == '*') {
1020 if (CUR
[all...]
H A Dxmlregexp.c54 #define CUR (*(ctxt->cur)) macro
4624 cur = CUR;
4627 cur = CUR;
4648 cur = CUR;
4667 cur = CUR;
4686 cur = CUR;
4721 cur = CUR;
4740 cur = CUR;
4763 cur = CUR;
4787 cur = CUR;
7853 #undef CUR macro
7854 #define CUR macro
[all...]
H A Dxpath.c2741 * CUR returns the current xmlChar value, i.e. a 8 bit value
2746 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2757 #define CUR (*ctxt->cur) macro
9923 if (ret && CUR == ':') {
10193 if ((CUR != '.') && ((CUR < '0') || (CUR > '9'))) {
10202 while ((CUR >= '0') && (CUR <= '9')) {
10204 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 } else if (CUR == '(') {
1012 } else if (CUR == '^') {
1017 *cur++ = CUR;
1022 if ((level != 0) && (CUR
[all...]
H A Dparser.c1954 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
1958 * RAW same as CUR but in the input buffer, bypass any token
1960 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1980 #define CUR (*ctxt->input->cur) macro
2097 * It's Okay to use CUR/NEXT here since all the blanks are on
2122 cur = CUR;
2125 cur = CUR;
2131 cur = CUR;
2167 return(CUR);
2221 * Using RAW/CUR/NEX
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DHTMLparser.c272 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
277 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
279 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
318 /* #define CUR (ctxt->token ? ctxt->token : (int) (*ctxt->input->cur)) */
319 #define CUR ((int) (*ctxt->input->cur)) macro
2211 if (CUR == 0) return(1);
2212 if (CUR != '<') return(0);
2354 if (!IS_ASCII_LETTER(CUR) && (CUR != '_') &&
2355 (CUR !
[all...]
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 Dxmlregexp.c51 #define CUR (*(ctxt->cur)) macro
4614 cur = CUR;
4617 cur = CUR;
4638 cur = CUR;
4657 cur = CUR;
4676 cur = CUR;
4711 cur = CUR;
4730 cur = CUR;
4753 cur = CUR;
4777 cur = CUR;
7839 #undef CUR macro
7840 #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
9783 if (ret && CUR == ':') {
10044 if ((CUR != '.') && ((CUR < '0') || (CUR > '9'))) {
10053 while ((CUR >= '0') && (CUR <= '9')) {
10055 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.c1778 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
1782 * RAW same as CUR but in the input buffer, bypass any token
1784 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1804 #define CUR (*ctxt->input->cur) macro
1914 * It's Okay to use CUR/NEXT here since all the blanks are on
1939 cur = CUR;
1942 cur = CUR;
1948 cur = CUR;
1984 return(CUR);
2036 * Using RAW/CUR/NEX
[all...]
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dpattern.c1233 #define CUR (*ctxt->cur) macro
1239 while (IS_BLANK_CH(CUR)) NEXT
1278 if (CUR == '"') {
1294 } else if (CUR == '\'') {
1376 if (CUR != '(') {
1398 if (CUR != ')') {
1424 if (CUR != ',') {
1440 if (CUR != ')') {
1456 if (CUR != ')') {
1464 if (CUR !
[all...]
/macosx-10.10/ncurses-44/ncurses/progs/
H A Ddump_entry.c300 #define BOOL_IDX(name) (PredType) (&(name) - &(CUR Booleans[0]))
301 #define NUM_IDX(name) (PredType) (&(name) - &(CUR Numbers[0]))
302 #define STR_IDX(name) (PredType) (&(name) - &(CUR Strings[0]))
657 #undef CUR macro
658 #define CUR tterm-> macro
1217 #undef CUR macro
1218 #define CUR tp-> macro
H A Dinfocmp.c1558 #undef CUR macro
1559 #define CUR entries[0].tterm. macro
1568 #undef CUR macro
H A Dtic.c815 #undef CUR macro
816 #define CUR tp-> macro
/macosx-10.10/ncurses-44/ncurses/ncurses/tty/
H A Dlib_twait.c69 #undef CUR macro
/macosx-10.10/vim-55/runtime/syntax/
H A Dnsis.vim74 syn keyword nsisAttribOptions smooth colored SET CUR END RO none listonly textonly both current all

Completed in 499 milliseconds

12