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

/haiku-fatelf/headers/libs/ncurses/
H A Dterm.h151 #define CUR cur_term->type. macro
153 #define auto_left_margin CUR Booleans[0]
154 #define auto_right_margin CUR Booleans[1]
155 #define no_esc_ctlc CUR Booleans[2]
156 #define ceol_standout_glitch CUR Booleans[3]
157 #define eat_newline_glitch CUR Booleans[4]
158 #define erase_overstrike CUR Booleans[5]
159 #define generic_type CUR Booleans[6]
160 #define hard_copy CUR Booleans[7]
161 #define has_meta_key CUR Boolean
[all...]
/haiku-fatelf/src/libs/ncurses/include/
H A Dterm.h151 #define CUR cur_term->type. macro
153 #define auto_left_margin CUR Booleans[0]
154 #define auto_right_margin CUR Booleans[1]
155 #define no_esc_ctlc CUR Booleans[2]
156 #define ceol_standout_glitch CUR Booleans[3]
157 #define eat_newline_glitch CUR Booleans[4]
158 #define erase_overstrike CUR Booleans[5]
159 #define generic_type CUR Booleans[6]
160 #define hard_copy CUR Booleans[7]
161 #define has_meta_key CUR Boolean
[all...]
/haiku-fatelf/src/libs/ncurses/tack/
H A Dedit.c147 if ((i == xon_index) ? xon_shadow : CUR Booleans[i]) {
152 if (CUR Numbers[i] >= 0) {
153 sprintf(buf, "%s#%d", numnames[i], CUR Numbers[i]);
158 if (CUR Strings[i]) {
160 print_expand(CUR Strings[i]));
228 if (i == xon_index ? xon_shadow : CUR Booleans[i]) {
233 if (CUR Numbers[i] >= 0) {
234 sprintf(buf, "%s#%d", numnames[i], CUR Numbers[i]);
239 if (CUR Strings[i]) {
241 _nc_tic_expand(CUR String
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
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
2049 if (CUR == 0) return(1);
2050 if (CUR != '<') return(0);
2191 if (!IS_ASCII_LETTER(CUR) && (CUR != '_') &&
2192 (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;
7640 #undef CUR macro
7641 #define CUR macro
[all...]
H A Dxpath.c2611 * CUR returns the current xmlChar value, i.e. a 8 bit value
2616 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2627 #define CUR (*ctxt->cur) macro
9486 if (CUR == ':') {
9747 if ((CUR != '.') && ((CUR < '0') || (CUR > '9'))) {
9756 while ((CUR >= '0') && (CUR <= '9')) {
9758 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.c1461 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
1465 * RAW same as CUR but in the input buffer, bypass any token
1467 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1487 #define CUR (*ctxt->input->cur) macro
1597 * It's Okay to use CUR/NEXT here since all the blanks are on
1622 cur = CUR;
1625 cur = CUR;
1631 cur = CUR;
1667 return(CUR);
1716 * Using RAW/CUR/NEX
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dinit_keytry.c80 CUR Strings[_nc_tinfo_fkeys[n].offset],
H A Dtrim_sgr0.c42 #undef CUR macro
43 #define CUR tp-> macro
H A Dcomp_parse.c457 #undef CUR macro
458 #define CUR tp-> macro
H A Dparse_entry.c622 #undef CUR macro
623 #define CUR tp-> macro
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dpattern.c1165 #define CUR (*ctxt->cur) macro
1171 while (IS_BLANK_CH(CUR)) NEXT
1210 if (CUR == '"') {
1226 } else if (CUR == '\'') {
1341 if (CUR == ':') {
1372 if (CUR != '(') {
1385 if (CUR != ')') {
1400 if (CUR != ',') {
1412 if (CUR != ')') {
1424 if (CUR !
[all...]
H A Dxslt.c6435 #define CUR (*cur) macro
6439 while (IS_BLANK(CUR)) NEXT
6465 while (CUR != 0) {
6467 if ((CUR == 't') && (NXT(1) == 'y') && (NXT(2) == 'p') &&
6471 if (CUR != '=')
6474 if ((CUR != '\'') && (CUR != '"'))
6476 tmp = CUR;
6479 while ((CUR != 0) && (CUR !
[all...]
/haiku-fatelf/src/libs/ncurses/progs/
H A Ddump_entry.c297 #define BOOL_IDX(name) (&(name) - &(CUR Booleans[0]))
298 #define NUM_IDX(name) (&(name) - &(CUR Numbers[0]))
299 #define STR_IDX(name) (&(name) - &(CUR Strings[0]))
599 #undef CUR macro
600 #define CUR tterm-> macro
1102 #undef CUR macro
1103 #define CUR tp-> macro
H A Dinfocmp.c1537 #undef CUR macro
1538 #define CUR entries[0].tterm. macro
1547 #undef CUR macro
H A Dtic.c799 #undef CUR macro
800 #define CUR tp-> macro

Completed in 165 milliseconds