| /freebsd-9-stable/contrib/ncurses/ncurses/tinfo/ |
| D | alloc_ttype.c | 105 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()
|
| D | alloc_entry.c | 85 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()
|
| D | read_entry.c | 186 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()
|
| D | parse_entry.c | 145 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()
|
| D | write_entry.c | 543 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()
|
| D | free_ttype.c | 54 FreeIfNeeded(ptr->Booleans); in NCURSES_EXPORT()
|
| D | lib_ti.c | 54 returnCode(tp->Booleans[i]); in NCURSES_EXPORT()
|
| D | comp_parse.c | 155 FreeIfNeeded(thisentry.tterm.Booleans); in _nc_read_entry_source() 341 FreeIfNeeded(qp->tterm.Booleans); in _nc_resolve_uses2()
|
| D | lib_setup.c | 371 if (!VALID_BOOLEAN(tp->Booleans[n])) in grab_entry() 372 tp->Booleans[n] = FALSE; in grab_entry()
|
| D | lib_termcap.c | 217 returnCode(tp->Booleans[i]); in tgetflag()
|
| /freebsd-9-stable/contrib/ncurses/progs/ |
| D | infocmp.c | 160 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()
|
| D | dump_entry.c | 276 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/ |
| D | trace_xnames.c | 69 tp->Booleans[tp->num_Booleans + n - tp->ext_Booleans]); in NCURSES_EXPORT()
|
| /freebsd-9-stable/contrib/ncurses/include/ |
| D | MKterm.h.awk.in | 175 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/ |
| 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-9-stable/contrib/ncurses/ |
| D | TO-DO | 143 Booleans: has_status_line, status_line_esc_ok. 194 Booleans: erase_overstrike, has_meta_key, insert_null_glitch,
|
| D | INSTALL | 562 The term.h header declares a Booleans[] array typed "char". But it 564 Some packagers choose to alter the type of Booleans[] though this
|
| D | NEWS | 5016 type for Booleans agrees with term.h (reported by Eric Norum
|
| /freebsd-9-stable/contrib/libucl/ |
| D | README.md | 194 * Booleans can be specified as `true` or `yes` or `on` and `false` or `no` or `off`.
|
| /freebsd-9-stable/contrib/ncurses/ncurses/tty/ |
| D | lib_mvcur.c | 1103 cur_term->type.Booleans[np->nte_index] = FALSE; in main()
|