Searched refs:Booleans (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/lib/libcurses/ |
| H A D | term.h | 161 #define auto_left_margin CUR Booleans[0] 162 #define auto_right_margin CUR Booleans[1] 163 #define no_esc_ctlc CUR Booleans[2] 164 #define ceol_standout_glitch CUR Booleans[3] 165 #define eat_newline_glitch CUR Booleans[4] 166 #define erase_overstrike CUR Booleans[5] 167 #define generic_type CUR Booleans[6] 168 #define hard_copy CUR Booleans[7] 169 #define has_meta_key CUR Booleans[8] 170 #define has_status_line CUR Booleans[9] [all …]
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | alloc_ttype.c | 132 TYPE_REALLOC(NCURSES_SBOOL, to->num_Booleans, to->Booleans); in realign_data() 137 to->Booleans[base + m] = to->Booleans[base + n--]; in realign_data() 139 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() 394 to->Booleans[k] = FALSE; in adjust_cancels() 545 TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans); in copy_termtype() 548 memcpy(dst->Booleans, in copy_termtype() 549 src->Booleans, in copy_termtype() [all …]
|
| H A D | alloc_entry.c | 363 if (to->Booleans[i] != (NCURSES_SBOOL) CANCELLED_BOOLEAN) { in _nc_merge_entry() 364 int mergebool = from->Booleans[i]; in _nc_merge_entry() 367 to->Booleans[i] = FALSE; in _nc_merge_entry() 369 to->Booleans[i] = (NCURSES_SBOOL) mergebool; in _nc_merge_entry() 401 free(copy.Booleans); in _nc_merge_entry()
|
| H A D | read_entry.c | 242 if (tp->Booleans == 0) in _nc_init_termtype() 243 TYPE_MALLOC(NCURSES_SBOOL, BOOLCOUNT, tp->Booleans); in _nc_init_termtype() 250 tp->Booleans[i] = FALSE; in _nc_init_termtype() 369 TYPE_CALLOC(NCURSES_SBOOL, max(BOOLCOUNT, bool_count), ptr->Booleans); in _nc_read_termtype() 370 if (Read(ptr->Booleans, (unsigned) bool_count) < bool_count) { in _nc_read_termtype() 440 TYPE_REALLOC(NCURSES_SBOOL, ptr->num_Booleans, ptr->Booleans); in _nc_read_termtype() 457 if (Read(ptr->Booleans + BOOLCOUNT, (unsigned) in _nc_read_termtype() 566 ptr->Booleans[i] = FALSE; in _nc_read_termtype()
|
| H A D | free_ttype.c | 58 FreeIfNeeded(ptr->Booleans); in really_free_termtype()
|
| H A D | parse_entry.c | 156 TYPE_REALLOC(NCURSES_SBOOL, tp->num_Booleans, tp->Booleans); in _nc_extend_names() 158 tp->Booleans[last] = tp->Booleans[last - 1]; in _nc_extend_names() 554 entryp->tterm.Booleans[entry_ptr->nte_index] = CANCELLED_BOOLEAN; in _nc_parse_entry() 568 entryp->tterm.Booleans[entry_ptr->nte_index] = TRUE; in _nc_parse_entry()
|
| H A D | write_entry.c | 669 if (tp->Booleans[BOOLCOUNT + i] == TRUE) in extended_Booleans() 758 if (tp->Booleans[i] == TRUE) { in _nc_write_object() 809 if (tp->Booleans[i] == TRUE) { in _nc_write_object() 895 && Write(tp->Booleans + BOOLCOUNT, sizeof(char), in _nc_write_object()
|
| H A D | lib_ti.c | 85 result = tp->Booleans[j]; in NCURSES_EXPORT()
|
| H A D | comp_parse.c | 256 FreeIfNeeded(thisentry.tterm.Booleans); in _nc_read_entry_source() 594 FreeIfNeeded(qp->tterm.Booleans); in _nc_resolve_uses2()
|
| H A D | lib_setup.c | 509 if (!VALID_BOOLEAN(tp->Booleans[n])) in _nc_setup_tinfo() 510 tp->Booleans[n] = FALSE; in _nc_setup_tinfo()
|
| H A D | lib_termcap.c | 268 result = tp->Booleans[j]; in NCURSES_SP_NAME()
|
| /openbsd-src/usr.bin/infocmp/ |
| H A D | infocmp.c | 215 if (ep->tterm.Booleans[idx] == TRUE) { in use_predicate() 216 is_set = entries[0].tterm.Booleans[idx]; in use_predicate() 219 if (is_set != entries[0].tterm.Booleans[idx]) in use_predicate() 309 if (t1->Booleans[i] != t2->Booleans[i]) in entryeq() 466 b1 = e1->tterm.Booleans[idx]; in compare_predicate() 469 b2 = next_entry->Booleans[idx]; in compare_predicate() 482 b2 = next_entry->Booleans[idx]; in compare_predicate() 498 b2 = next_entry->Booleans[idx]; in compare_predicate() 1344 switch ((int) (term->Booleans[n])) { in dump_initializers()
|
| /openbsd-src/usr.bin/tic/ |
| H A D | dump_entry.c | 311 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]))
|
| /openbsd-src/lib/libcurses/tty/ |
| H A D | lib_mvcur.c | 1271 cur_term->type.Booleans[np->nte_index] = FALSE; in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | README.txt | 1411 Booleans, when stored in a memory object, are stored as single byte objects the
|