/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | alloc_ttype.c | 130 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() 248 * (e.g., Booleans[]). 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() 392 to->Booleans[k] = FALSE; in adjust_cancels() 461 * into it, updating to's counts for booleans, etc. Fortunately we do in _nc_align_termtype() 494 * Now we must reallocate the Booleans, etc., to allow the data to be in _nc_align_termtype() [all …]
|
H A D | read_entry.c | 240 if (tp->Booleans == 0) 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() 366 /* grab the booleans */ in _nc_read_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() 373 * If booleans end on an odd byte, skip it. The machine they in _nc_read_termtype() 438 TYPE_REALLOC(NCURSES_SBOOL, ptr->num_Booleans, ptr->Booleans); in _nc_read_termtype() 452 TR(TRACE_DATABASE, ("READ %d extended-booleans @%d", in _nc_read_termtype() 455 if (Read(ptr->Booleans + BOOLCOUNT, (unsigned) in _nc_read_termtype() [all …]
|
H A D | alloc_entry.c | 360 if (to->Booleans[i] != (NCURSES_SBOOL) CANCELLED_BOOLEAN) { in _nc_merge_entry() 361 int mergebool = from->Booleans[i]; in _nc_merge_entry() 364 to->Booleans[i] = FALSE; in _nc_merge_entry() 366 to->Booleans[i] = (NCURSES_SBOOL) mergebool; in _nc_merge_entry() 398 free(copy.Booleans); in _nc_merge_entry()
|
H A D | lib_ti.c | 82 /* note: setupterm forces invalid booleans to false */ in NCURSES_EXPORT() 83 result = tp->Booleans[j]; in NCURSES_EXPORT()
|
H A D | write_entry.c | 667 if (tp->Booleans[BOOLCOUNT + i] == TRUE) in extended_Booleans() 756 if (tp->Booleans[i] == TRUE) { in _nc_write_object() 808 if (tp->Booleans[i] == TRUE) { in _nc_write_object() 892 TRACE_OUT(("WRITE %d booleans @%d", tp->ext_Booleans, *offset)); in _nc_write_object() 894 && Write(tp->Booleans + BOOLCOUNT, sizeof(char), in _nc_write_object()
|
H A D | parse_entry.c | 154 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() 552 entryp->tterm.Booleans[entry_ptr->nte_index] = CANCELLED_BOOLEAN; in _nc_parse_entry() 566 entryp->tterm.Booleans[entry_ptr->nte_index] = TRUE; in _nc_parse_entry() 763 * references to locations in the arrays Booleans, Numbers, and Strings ---
|
H A D | free_ttype.c | 56 FreeIfNeeded(ptr->Booleans); in really_free_termtype()
|
H A D | comp_parse.c | 254 FreeIfNeeded(thisentry.tterm.Booleans); in _nc_read_entry_source() 590 FreeIfNeeded(qp->tterm.Booleans); in _nc_resolve_uses2() 669 * references to locations in the arrays Booleans, Numbers, and Strings ---
|
/freebsd/contrib/libucl/ |
H A D | README.md | 15 - [Convenient numbers and booleans](#convenient-numbers-and-booleans) 196 ### Convenient numbers and booleans 203 * Booleans can be specified as `true` or `yes` or `on` and `false` or `no` or `off`. 204 * It is still possible to treat numbers and booleans as strings by enclosing them in double quotes.
|
/freebsd/contrib/libder/libder/ |
H A D | libder.3 | 65 will primarily normalize bitstrings, booleans, and integers. 78 For example, even booleans and integers currently work just by providing a
|
/freebsd/contrib/ncurses/progs/ |
H A D | infocmp.c | 195 * FALSE show cancel for booleans (a compromise) 199 * booleans. 219 * Note that cancelled or absent booleans are stored as FALSE, in use_predicate() 226 && (is_set = ep->tterm.Booleans[idx])) { in use_predicate() 230 if (is_set != entries[0].tterm.Booleans[idx]) in use_predicate() 331 if (t1->Booleans[i] != t2->Booleans[i]) in entryeq() 488 b1 = e1->tterm.Booleans[idx]; in compare_predicate() 491 b2 = next_entry->Booleans[idx]; in compare_predicate() 504 b2 = next_entry->Booleans[idx]; in compare_predicate() 520 b2 = next_entry->Booleans[idx]; in compare_predicate() [all …]
|
/freebsd/contrib/ncurses/include/ |
H A D | MKterm.h.awk.in | 6 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/sys/contrib/device-tree/Bindings/net/ |
H A D | airoha,en8811h.yaml | 15 the booleans in the devicetree node of the phy.
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdbool.h | 1 /*===---- stdbool.h - Standard header for booleans -------------------------===
|
/freebsd/sys/dev/fdc/ |
H A D | fdc_acpi.c | 59 * are simple booleans. 198 * The first four ints are booleans that indicate whether fd0-3 are in fdc_acpi_probe_child()
|
/freebsd/contrib/ncurses/ |
H A D | TO-DO | 145 Booleans: has_status_line, status_line_esc_ok. 196 Booleans: erase_overstrike, has_meta_key, insert_null_glitch,
|
/freebsd/tools/tools/usbtest/ |
H A D | usb_msc_test.h | 107 /* booleans */
|
/freebsd/contrib/libcbor/test/ |
H A D | test_allocator.c | 11 // Array of booleans indicating whether to return a block or fail with NULL
|
/freebsd/crypto/openssl/crypto/ec/curve448/ |
H A D | word.h | 57 * The plan on booleans: The external interface uses c448_bool_t, but this
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DebugSupport.cpp | 49 llvm_unreachable("Booleans can only be assigned true/false"); in operator <<()
|
/freebsd/usr.bin/indent/ |
H A D | args.c | 60 /* profile specials for booleans */ 82 * must be first. Also, while (most) booleans occur more than once, the last
|
/freebsd/contrib/netbsd-tests/modules/k_helper2/ |
H A D | k_helper2.c | 45 /* TODO: Change the integer variables below that represent booleans to
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 574 /// \p Mask - vector of booleans which indicates what vector lanes should 597 /// \p Mask - vector of booleans which indicates what vector lanes should 626 /// \p Mask - vector of booleans which indicates what vector lanes should 660 /// \p Mask - vector of booleans which indicates what vector lanes should 682 /// \p Mask - vector of booleans which indicates what vector lanes should 703 /// \p Mask - vector of booleans which indicates what vector lanes should
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | trace_xnames.c | 73 tp->Booleans[tp->num_Booleans + n - tp->ext_Booleans]); in NCURSES_EXPORT()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BoolAssignmentChecker.cpp | 60 // We are only interested in stores into Booleans. in checkBind()
|