Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Dalloc_ttype.c105 to->Booleans = typeRealloc(NCURSES_SBOOL, to->num_Booleans, to->Booleans); in realign_data()
110 to->Booleans[base + m] = to->Booleans[base + n--]; in realign_data()
112 to->Booleans[base + m] = FALSE; in realign_data()
256 tp->Booleans[j] = tp->Booleans[j + 1]; in _nc_del_ext_name()
312 tp->Booleans = typeRealloc(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans); in _nc_ins_ext_name()
314 tp->Booleans[k] = tp->Booleans[k - 1]; in _nc_ins_ext_name()
355 to->Booleans[k] = FALSE; in adjust_cancels()
481 dst->Booleans = typeMalloc(NCURSES_SBOOL, NUM_BOOLEANS(dst)); in _nc_copy_termtype()
487 dst->Booleans[i] = src->Booleans[i]; in _nc_copy_termtype()
Dalloc_entry.c85 if (tp->Booleans == 0) in _nc_init_entry()
86 tp->Booleans = typeMalloc(NCURSES_SBOOL, BOOLCOUNT); in _nc_init_entry()
93 tp->Booleans[i] = FALSE; in _nc_init_entry()
252 if (to->Booleans[i] != (char) CANCELLED_BOOLEAN) { in _nc_merge_entry()
253 int mergebool = from->Booleans[i]; in _nc_merge_entry()
256 to->Booleans[i] = FALSE; in _nc_merge_entry()
258 to->Booleans[i] = (char) mergebool; in _nc_merge_entry()
Dread_entry.c186 if ((ptr->Booleans = TYPE_CALLOC(NCURSES_SBOOL, in _nc_read_termtype()
188 || Read(ptr->Booleans, (unsigned) bool_count) < bool_count) { in _nc_read_termtype()
254 ptr->Booleans = typeRealloc(NCURSES_SBOOL, ptr->num_Booleans, ptr->Booleans); in _nc_read_termtype()
265 if (Read(ptr->Booleans + BOOLCOUNT, (unsigned) in _nc_read_termtype()
346 ptr->Booleans[i] = FALSE; in _nc_read_termtype()
Dparse_entry.c145 tp->Booleans = typeRealloc(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans); in _nc_extend_names()
147 tp->Booleans[last] = tp->Booleans[last - 1]; in _nc_extend_names()
428 entryp->tterm.Booleans[entry_ptr->nte_index] = CANCELLED_BOOLEAN; in _nc_parse_entry()
442 entryp->tterm.Booleans[entry_ptr->nte_index] = TRUE; in _nc_parse_entry()
Dwrite_entry.c543 if (tp->Booleans[BOOLCOUNT + i] == TRUE) in extended_Booleans()
626 if (tp->Booleans[i] == TRUE) in write_object()
659 if (tp->Booleans[i] == TRUE) in write_object()
726 && Write(tp->Booleans + BOOLCOUNT, sizeof(char), in write_object()
Dfree_ttype.c54 FreeIfNeeded(ptr->Booleans); in NCURSES_EXPORT()
Dlib_ti.c54 returnCode(tp->Booleans[i]); in NCURSES_EXPORT()
Dcomp_parse.c155 FreeIfNeeded(thisentry.tterm.Booleans); in _nc_read_entry_source()
341 FreeIfNeeded(qp->tterm.Booleans); in _nc_resolve_uses2()
Dlib_setup.c371 if (!VALID_BOOLEAN(tp->Booleans[n])) in grab_entry()
372 tp->Booleans[n] = FALSE; in grab_entry()
Dlib_termcap.c217 returnCode(tp->Booleans[i]); in tgetflag()
/freebsd-9-stable/contrib/ncurses/progs/
Dinfocmp.c160 if (ep->tterm.Booleans[idx] == TRUE) { in use_predicate()
161 is_set = entries[0].tterm.Booleans[idx]; in use_predicate()
164 if (is_set != entries[0].tterm.Booleans[idx]) in use_predicate()
254 if (t1->Booleans[i] != t2->Booleans[i]) in entryeq()
347 b1 = e1->tterm.Booleans[idx]; in compare_predicate()
348 b2 = e2->tterm.Booleans[idx]; in compare_predicate()
1103 switch ((int) (term->Booleans[n])) { in dump_initializers()
Ddump_entry.c276 return (cur_type->Booleans[idx] == FALSE) in dump_predicate()
277 ? FAIL : cur_type->Booleans[idx]; in dump_predicate()
300 #define BOOL_IDX(name) (PredType) (&(name) - &(CUR Booleans[0]))
/freebsd-9-stable/contrib/ncurses/ncurses/trace/
Dtrace_xnames.c69 tp->Booleans[tp->num_Booleans + n - tp->ext_Booleans]); in NCURSES_EXPORT()
/freebsd-9-stable/contrib/ncurses/include/
DMKterm.h.awk.in175 printf "#define %-30s CUR Booleans[%d]\n", $1, BoolCount++
203 print " NCURSES_SBOOL *Booleans; /* array of boolean values */"
211 print " unsigned short num_Booleans;/* count total Booleans */"
215 print " unsigned short ext_Booleans;/* count extensions to Booleans */"
/freebsd-9-stable/contrib/ee/
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-9-stable/contrib/ncurses/
DTO-DO143 Booleans: has_status_line, status_line_esc_ok.
194 Booleans: erase_overstrike, has_meta_key, insert_null_glitch,
DINSTALL562 The term.h header declares a Booleans[] array typed "char". But it
564 Some packagers choose to alter the type of Booleans[] though this
DNEWS5016 type for Booleans agrees with term.h (reported by Eric Norum
/freebsd-9-stable/contrib/libucl/
DREADME.md194 * Booleans can be specified as `true` or `yes` or `on` and `false` or `no` or `off`.
/freebsd-9-stable/contrib/ncurses/ncurses/tty/
Dlib_mvcur.c1103 cur_term->type.Booleans[np->nte_index] = FALSE; in main()