Home
last modified time | relevance | path

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

/freebsd/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()
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()
389 to->Booleans[k] = FALSE; in adjust_cancels()
534 TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans); in copy_termtype()
537 memcpy(dst->Booleans, in copy_termtype()
538 src->Booleans, in copy_termtype()
[all …]
H A Dalloc_entry.c245 if (to->Booleans[i] != (char) CANCELLED_BOOLEAN) { in _nc_merge_entry()
246 int mergebool = from->Booleans[i]; in _nc_merge_entry()
249 to->Booleans[i] = FALSE; in _nc_merge_entry()
251 to->Booleans[i] = (NCURSES_SBOOL) mergebool; in _nc_merge_entry()
286 free(copy.Booleans); in _nc_merge_entry()
H A Dread_entry.c214 if (tp->Booleans == 0) in _nc_init_termtype()
215 TYPE_MALLOC(NCURSES_SBOOL, BOOLCOUNT, tp->Booleans); in _nc_init_termtype()
222 tp->Booleans[i] = FALSE; in _nc_init_termtype()
336 if ((ptr->Booleans = TYPE_CALLOC(NCURSES_SBOOL, in _nc_read_termtype()
338 || Read(ptr->Booleans, (unsigned) bool_count) < bool_count) { in _nc_read_termtype()
407 TYPE_REALLOC(NCURSES_SBOOL, ptr->num_Booleans, ptr->Booleans); in _nc_read_termtype()
424 if (Read(ptr->Booleans + BOOLCOUNT, (unsigned) in _nc_read_termtype()
530 ptr->Booleans[i] = FALSE; in _nc_read_termtype()
H A Dfree_ttype.c56 FreeIfNeeded(ptr->Booleans); in really_free_termtype()
H A Dparse_entry.c149 TYPE_REALLOC(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans); in _nc_extend_names()
151 tp->Booleans[last] = tp->Booleans[last - 1]; in _nc_extend_names()
516 entryp->tterm.Booleans[entry_ptr->nte_index] = CANCELLED_BOOLEAN; in _nc_parse_entry()
530 entryp->tterm.Booleans[entry_ptr->nte_index] = TRUE; in _nc_parse_entry()
H A Dwrite_entry.c650 if (tp->Booleans[BOOLCOUNT + i] == TRUE) in extended_Booleans()
739 if (tp->Booleans[i] == TRUE) { in _nc_write_object()
790 if (tp->Booleans[i] == TRUE) { in _nc_write_object()
876 && Write(tp->Booleans + BOOLCOUNT, sizeof(char), in _nc_write_object()
H A Dlib_ti.c83 result = tp->Booleans[j]; in NCURSES_EXPORT()
H A Dcomp_parse.c244 FreeIfNeeded(thisentry.tterm.Booleans); in _nc_read_entry_source()
556 FreeIfNeeded(qp->tterm.Booleans); in _nc_resolve_uses2()
H A Dlib_setup.c507 if (!VALID_BOOLEAN(tp->Booleans[n])) in _nc_setup_tinfo()
508 tp->Booleans[n] = FALSE; in _nc_setup_tinfo()
H A Dlib_termcap.c282 result = tp->Booleans[j]; in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/progs/
H A Dinfocmp.c211 if (ep->tterm.Booleans[idx] == TRUE) { in use_predicate()
212 is_set = entries[0].tterm.Booleans[idx]; in use_predicate()
215 if (is_set != entries[0].tterm.Booleans[idx]) in use_predicate()
305 if (t1->Booleans[i] != t2->Booleans[i]) in entryeq()
461 b1 = e1->tterm.Booleans[idx]; in compare_predicate()
464 b2 = next_entry->Booleans[idx]; in compare_predicate()
477 b2 = next_entry->Booleans[idx]; in compare_predicate()
493 b2 = next_entry->Booleans[idx]; in compare_predicate()
1339 switch ((int) (term->Booleans[n])) { in dump_initializers()
H A Ddump_entry.c311 return (cur_type->Booleans[idx] == FALSE) in dump_predicate()
312 ? FAIL : cur_type->Booleans[idx]; in dump_predicate()
339 #define BOOL_IDX(name) (PredType) (&(name) - &(CUR Booleans[0]))
H A Dtoe.c304 result += (unsigned long) (tp->Booleans[i]); in checksum_of()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dtrace_xnames.c73 tp->Booleans[tp->num_Booleans + n - tp->ext_Booleans]); in NCURSES_EXPORT()
/freebsd/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 */";
216 printf "#define %-30s CUR Booleans[%d]\n", $1, BoolCount++
/freebsd/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__]))
/freebsd/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 DINSTALL713 The term.h header declares a Booleans[] array typed "char". But it
715 Some packagers choose to alter the type of Booleans[] though this
H A DNEWS10655 type for Booleans agrees with term.h (reported by Eric Norum
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c1269 cur_term->type.Booleans[np->nte_index] = FALSE; in main()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c562 if (code && (TerminalType(&TCB->term).Booleans == 0)) { in wcon_CanHandle()
H A Dwin_driver.c650 if (code && (TerminalType(&TCB->term).Booleans == 0)) { in wcon_CanHandle()
/freebsd/contrib/libucl/
H A DREADME.md203 * Booleans can be specified as `true` or `yes` or `on` and `false` or `no` or `off`.