| /src/contrib/ncurses/ncurses/tinfo/ ! |
| H A D | alloc_ttype.c | 130 TYPE_REALLOC(NCURSES_SBOOL, to->num_Booleans, to->Booleans); in realign_data() 135 to->Booleans[base + m] = to->Booleans[base + n--]; in realign_data() 137 to->Booleans[base + m] = FALSE; in realign_data() 292 tp->Booleans[j] = tp->Booleans[j + 1]; in _nc_del_ext_name() 348 TYPE_REALLOC(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans); in _nc_ins_ext_name() 350 tp->Booleans[k] = tp->Booleans[k - 1]; in _nc_ins_ext_name() 397 to->Booleans[k] = FALSE; in adjust_cancels() 548 TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans); in copy_termtype() 551 memcpy(dst->Booleans, in copy_termtype() 552 src->Booleans, in copy_termtype() [all …]
|
| H A D | alloc_entry.c | 365 if (to->Booleans[i] != (NCURSES_SBOOL) CANCELLED_BOOLEAN) { in _nc_merge_entry() 366 int mergebool = from->Booleans[i]; in _nc_merge_entry() 369 to->Booleans[i] = FALSE; in _nc_merge_entry() 371 to->Booleans[i] = (NCURSES_SBOOL) mergebool; in _nc_merge_entry() 407 free(copy.Booleans); in _nc_merge_entry()
|
| H A D | read_entry.c | 240 if (tp->Booleans == NULL) in _nc_init_termtype() 241 TYPE_MALLOC(NCURSES_SBOOL, BOOLCOUNT, tp->Booleans); in _nc_init_termtype() 248 tp->Booleans[i] = FALSE; in _nc_init_termtype() 367 TYPE_CALLOC(NCURSES_SBOOL, Max(BOOLCOUNT, bool_count), ptr->Booleans); in _nc_read_termtype() 368 if (Read(ptr->Booleans, (unsigned) bool_count) < bool_count) { in _nc_read_termtype() 438 TYPE_REALLOC(NCURSES_SBOOL, ptr->num_Booleans, ptr->Booleans); in _nc_read_termtype() 455 if (Read(ptr->Booleans + BOOLCOUNT, (unsigned) in _nc_read_termtype() 564 ptr->Booleans[i] = FALSE; in _nc_read_termtype()
|
| H A D | free_ttype.c | 56 FreeIfNeeded(ptr->Booleans); in really_free_termtype()
|
| H A D | parse_entry.c | 154 TYPE_REALLOC(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans); in _nc_extend_names() 156 tp->Booleans[last] = tp->Booleans[last - 1]; in _nc_extend_names() 557 entryp->tterm.Booleans[entry_ptr->nte_index] = in _nc_parse_entry() 572 entryp->tterm.Booleans[entry_ptr->nte_index] = TRUE; in _nc_parse_entry()
|
| H A D | write_entry.c | 685 if (tp->Booleans[BOOLCOUNT + i] == TRUE) in extended_Booleans() 774 if (tp->Booleans[i] == TRUE) { in _nc_write_object() 826 if (tp->Booleans[i] == TRUE) { in _nc_write_object() 912 && Write(tp->Booleans + BOOLCOUNT, sizeof(char), in _nc_write_object()
|
| H A D | lib_ti.c | 84 result = tp->Booleans[j]; in NCURSES_EXPORT()
|
| H A D | comp_parse.c | 256 FreeIfNeeded(thisentry.tterm.Booleans); in _nc_read_entry_source() 598 FreeIfNeeded(qp->tterm.Booleans); in _nc_resolve_uses2()
|
| H A D | lib_termcap.c | 282 result = tp->Booleans[j]; in tgetflag()
|
| H A D | lib_setup.c | 686 if (!VALID_BOOLEAN(tp->Booleans[n])) in _nc_setup_tinfo() 687 tp->Booleans[n] = FALSE; in _nc_setup_tinfo()
|
| /src/contrib/ncurses/progs/ ! |
| H A D | infocmp.c | 233 && (is_set = ep->tterm.Booleans[idx])) { in use_predicate() 237 if (is_set != entries[0].tterm.Booleans[idx]) in use_predicate() 338 if (t1->Booleans[i] != t2->Booleans[i]) in entryeq() 495 b1 = e1->tterm.Booleans[idx]; in compare_predicate() 498 b2 = next_entry->Booleans[idx]; in compare_predicate() 511 b2 = next_entry->Booleans[idx]; in compare_predicate() 527 b2 = next_entry->Booleans[idx]; in compare_predicate() 1459 switch ((int) (term->Booleans[n])) { in dump_initializers()
|
| H A D | dump_entry.c | 309 return (cur_type->Booleans[idx] == FALSE) in dump_predicate() 310 ? FAIL : cur_type->Booleans[idx]; in dump_predicate() 337 #define BOOL_IDX(name) (PredType) (&(name) - &(CUR Booleans[0]))
|
| H A D | toe.c | 314 result += (unsigned long) (tp->Booleans[i]); in checksum_of()
|
| /src/contrib/ncurses/ncurses/trace/ ! |
| H A D | trace_xnames.c | 73 tp->Booleans[tp->num_Booleans + n - tp->ext_Booleans]); in NCURSES_EXPORT()
|
| /src/contrib/ncurses/include/ ! |
| H A D | MKterm.h.awk.in | 6 print " NCURSES_SBOOL *Booleans; /* array of boolean values */" 14 print " unsigned short num_Booleans;/* count total Booleans */"; 18 print " unsigned short ext_Booleans;/* count extensions to Booleans */"; 214 printf "#define %-30s CUR Booleans[%d]\n", $1, BoolCount++
|
| H A D | Caps.hpux11 | 274 # end Booleans for HPUX 9, 10 (non-color curses)
|
| /src/contrib/ee/ ! |
| H A D | new_curse.c | 655 int Booleans[128]; variable 962 Booleans[value] = 0; in initscr() 979 if ((String_table[cm__] == NULL) || (Booleans[hc__])) in initscr() 1112 Booleans[counter++] = *TERM_data_ptr++; in INFO_PARSE() 1415 Booleans[offset] = TRUE; in CAP_PARSE() 2440 if ((c == '~') && (Booleans[hz__])) 3553 if ((STAND) && (Booleans[xs__])) in doupdate() 3570 if ((vrt_att[j] != cur_att[j]) && (cur_att[j]) && (Booleans[xs__])) in doupdate() 3688 if ((STAND) && (!Booleans[ms__])) 3784 if ((newatt) && (STAND) && (Booleans[xs__]))
|
| /src/contrib/ncurses/ ! |
| H A D | TO-DO | 145 Booleans: has_status_line, status_line_esc_ok. 196 Booleans: erase_overstrike, has_meta_key, insert_null_glitch,
|
| H A D | INSTALL | 736 The term.h header declares a Booleans[] array typed "char". But it 738 Some packagers choose to alter the type of Booleans[] though this
|
| H A D | NEWS | 12389 type for Booleans agrees with term.h (reported by Eric Norum
|
| /src/contrib/ncurses/ncurses/tty/ ! |
| H A D | lib_mvcur.c | 1288 cur_term->type.Booleans[np->nte_index] = FALSE; in main()
|
| /src/contrib/ncurses/ncurses/win32con/ ! |
| H A D | win32_driver.c | 556 if (code && (TerminalType(&TCB->term).Booleans == 0)) { in wcon_CanHandle()
|