/freebsd/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() 290 tp->Booleans[j] = tp->Booleans[j + 1]; in _nc_del_ext_name() 346 TYPE_REALLOC(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans); in _nc_ins_ext_name() 348 tp->Booleans[k] = tp->Booleans[k - 1]; in _nc_ins_ext_name() 392 to->Booleans[k] = FALSE; in adjust_cancels() 543 TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans); in copy_termtype() 546 memcpy(dst->Booleans, in copy_termtype() 547 src->Booleans, in copy_termtype() [all …]
|
H A D | alloc_entry.c | 360 if (to->Booleans[i] != (NCURSES_SBOOL) CANCELLED_BOOLEAN) { in _nc_merge_entry() 361 int mergebool = from->Booleans[i]; in _nc_merge_entry() 364 to->Booleans[i] = FALSE; in _nc_merge_entry() 366 to->Booleans[i] = (NCURSES_SBOOL) mergebool; in _nc_merge_entry() 398 free(copy.Booleans); in _nc_merge_entry()
|
H A D | read_entry.c | 240 if (tp->Booleans == 0) 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 | 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() 552 entryp->tterm.Booleans[entry_ptr->nte_index] = CANCELLED_BOOLEAN; in _nc_parse_entry() 566 entryp->tterm.Booleans[entry_ptr->nte_index] = TRUE; in _nc_parse_entry()
|
H A D | free_ttype.c | 56 FreeIfNeeded(ptr->Booleans); in really_free_termtype()
|
H A D | write_entry.c | 667 if (tp->Booleans[BOOLCOUNT + i] == TRUE) in extended_Booleans() 756 if (tp->Booleans[i] == TRUE) { in _nc_write_object() 808 if (tp->Booleans[i] == TRUE) { in _nc_write_object() 894 && Write(tp->Booleans + BOOLCOUNT, sizeof(char), in _nc_write_object()
|
H A D | lib_ti.c | 83 result = tp->Booleans[j]; in NCURSES_EXPORT()
|
H A D | comp_parse.c | 254 FreeIfNeeded(thisentry.tterm.Booleans); in _nc_read_entry_source() 590 FreeIfNeeded(qp->tterm.Booleans); in _nc_resolve_uses2()
|
H A D | lib_termcap.c | 282 result = tp->Booleans[j]; in NCURSES_SP_NAME()
|
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()
|
/freebsd/contrib/ncurses/progs/ |
H A D | infocmp.c | 226 && (is_set = ep->tterm.Booleans[idx])) { in use_predicate() 230 if (is_set != entries[0].tterm.Booleans[idx]) in use_predicate() 331 if (t1->Booleans[i] != t2->Booleans[i]) in entryeq() 488 b1 = e1->tterm.Booleans[idx]; in compare_predicate() 491 b2 = next_entry->Booleans[idx]; in compare_predicate() 504 b2 = next_entry->Booleans[idx]; in compare_predicate() 520 b2 = next_entry->Booleans[idx]; in compare_predicate() 1366 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 | 316 result += (unsigned long) (tp->Booleans[i]); in checksum_of()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | trace_xnames.c | 73 tp->Booleans[tp->num_Booleans + n - tp->ext_Booleans]); in NCURSES_EXPORT()
|
/freebsd/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 */"; 216 printf "#define %-30s CUR Booleans[%d]\n", $1, BoolCount++
|
H A D | Caps.hpux11 | 274 # end Booleans for HPUX 9, 10 (non-color curses)
|
/freebsd/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__]))
|
/freebsd/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 | 725 The term.h header declares a Booleans[] array typed "char". But it 727 Some packagers choose to alter the type of Booleans[] though this
|
H A D | NEWS | 11820 type for Booleans agrees with term.h (reported by Eric Norum
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_mvcur.c | 1288 cur_term->type.Booleans[np->nte_index] = FALSE; in main()
|
/freebsd/contrib/libucl/ |
H A D | README.md | 203 * Booleans can be specified as `true` or `yes` or `on` and `false` or `no` or `off`.
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win32_driver.c | 562 if (code && (TerminalType(&TCB->term).Booleans == 0)) { in wcon_CanHandle()
|
H A D | win_driver.c | 660 if (code && (TerminalType(&TCB->term).Booleans == 0)) { in wcon_CanHandle()
|