Home
last modified time | relevance | path

Searched refs:Booleans (Results 1 – 22 of 22) sorted by relevance

/src/contrib/ncurses/ncurses/tinfo/ !
H A Dalloc_ttype.c130 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 Dalloc_entry.c365 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 Dread_entry.c240 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 Dfree_ttype.c56 FreeIfNeeded(ptr->Booleans); in really_free_termtype()
H A Dparse_entry.c154 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 Dwrite_entry.c685 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 Dlib_ti.c84 result = tp->Booleans[j]; in NCURSES_EXPORT()
H A Dcomp_parse.c256 FreeIfNeeded(thisentry.tterm.Booleans); in _nc_read_entry_source()
598 FreeIfNeeded(qp->tterm.Booleans); in _nc_resolve_uses2()
H A Dlib_termcap.c282 result = tp->Booleans[j]; in tgetflag()
H A Dlib_setup.c686 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 Dinfocmp.c233 && (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 Ddump_entry.c309 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 Dtoe.c314 result += (unsigned long) (tp->Booleans[i]); in checksum_of()
/src/contrib/ncurses/ncurses/trace/ !
H A Dtrace_xnames.c73 tp->Booleans[tp->num_Booleans + n - tp->ext_Booleans]); in NCURSES_EXPORT()
/src/contrib/ncurses/include/ !
H A DMKterm.h.awk.in6 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 DCaps.hpux11274 # end Booleans for HPUX 9, 10 (non-color curses)
/src/contrib/ee/ !
H A Dnew_curse.c655 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 DTO-DO145 Booleans: has_status_line, status_line_esc_ok.
196 Booleans: erase_overstrike, has_meta_key, insert_null_glitch,
H A DINSTALL736 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 DNEWS12389 type for Booleans agrees with term.h (reported by Eric Norum
/src/contrib/ncurses/ncurses/tty/ !
H A Dlib_mvcur.c1288 cur_term->type.Booleans[np->nte_index] = FALSE; in main()
/src/contrib/ncurses/ncurses/win32con/ !
H A Dwin32_driver.c556 if (code && (TerminalType(&TCB->term).Booleans == 0)) { in wcon_CanHandle()