| /openbsd-src/lib/libcurses/ |
| H A D | term.h | 198 #define columns CUR Numbers[0] 199 #define init_tabs CUR Numbers[1] 200 #define lines CUR Numbers[2] 201 #define lines_of_memory CUR Numbers[3] 202 #define magic_cookie_glitch CUR Numbers[4] 203 #define padding_baud_rate CUR Numbers[5] 204 #define virtual_terminal CUR Numbers[6] 205 #define width_status_line CUR Numbers[7] 206 #define num_labels CUR Numbers[8] 207 #define label_height CUR Numbers[9] [all …]
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | read_entry.c | 56 convert_16bits(char *buf, NCURSES_INT2 *Numbers, int count) in convert_16bits() argument 64 Numbers[i] = 0; in convert_16bits() 67 Numbers[i] |= (ch << (8 * j)); in convert_16bits() 72 Numbers[i] |= (int) mask; in convert_16bits() 76 TR(TRACE_DATABASE, ("get Numbers[%d]=%d", i, Numbers[i])); in convert_16bits() 82 convert_32bits(char *buf, NCURSES_INT2 *Numbers, int count) in convert_32bits() argument 91 Numbers[i] = 0; in convert_32bits() 94 Numbers[i] |= (ch << (8 * j)); in convert_32bits() 97 TR(TRACE_DATABASE, ("get Numbers[%d]=%d", i, Numbers[i])); in convert_32bits() 103 convert_32bits(char *buf, NCURSES_INT2 *Numbers, int count) [all …]
|
| H A D | alloc_ttype.c | 150 TYPE_REALLOC(NCURSES_INT2, to->num_Numbers, to->Numbers); in realign_data() 155 to->Numbers[base + m] = to->Numbers[base + n--]; in realign_data() 157 to->Numbers[base + m] = ABSENT_NUMERIC; in realign_data() 299 tp->Numbers[j] = tp->Numbers[j + 1]; in _nc_del_ext_name() 355 TYPE_REALLOC(NCURSES_INT2, tp->num_Numbers, tp->Numbers); in _nc_ins_ext_name() 357 tp->Numbers[k] = tp->Numbers[k - 1]; in _nc_ins_ext_name() 402 to->Numbers[k] = CANCELLED_NUMERIC; in adjust_cancels() 593 ((TERMTYPE *) dst)->Numbers = oldptr; in copy_termtype() 597 dst->Numbers = newptr; in copy_termtype() 602 if (src->Numbers[i] > MAX_OF_TYPE(short)) { in copy_termtype() [all …]
|
| H A D | write_entry.c | 51 #define TRACE_NUM(n) if (VALID_NUMERIC(Numbers[n])) { \ 52 TRACE_OUT(("put Numbers[%u]=%d", (unsigned) (n), Numbers[n])); } 607 convert_shorts(unsigned char *buf, short *Numbers, size_t count) in convert_shorts() argument 611 if (Numbers[i] == ABSENT_NUMERIC) { /* HI/LO won't work */ in convert_shorts() 613 } else if (Numbers[i] == CANCELLED_NUMERIC) { /* HI/LO won't work */ in convert_shorts() 617 LITTLE_ENDIAN(buf + 2 * i, Numbers[i]); in convert_shorts() 618 TRACE_OUT(("put Numbers[%u]=%d", (unsigned) i, Numbers[i])); in convert_shorts() 626 convert_16bit(unsigned char *buf, NCURSES_INT2 *Numbers, size_t count) in convert_16bit() argument 631 unsigned value = (unsigned) Numbers[i]; in convert_16bit() 642 convert_32bit(unsigned char *buf, NCURSES_INT2 *Numbers, size_t count) in convert_32bit() argument [all …]
|
| H A D | alloc_entry.c | 374 if (to->Numbers[i] != CANCELLED_NUMERIC) { in _nc_merge_entry() 375 int mergenum = from->Numbers[i]; in _nc_merge_entry() 378 to->Numbers[i] = ABSENT_NUMERIC; in _nc_merge_entry() 380 to->Numbers[i] = (NCURSES_INT2) mergenum; in _nc_merge_entry() 402 free(copy.Numbers); in _nc_merge_entry()
|
| H A D | lib_ti.c | 129 if (VALID_NUMERIC(tp->Numbers[j])) in NCURSES_SP_NAME() 130 result = tp->Numbers[j]; in NCURSES_SP_NAME()
|
| H A D | parse_entry.c | 163 TYPE_REALLOC(NCURSES_INT2, tp->num_Numbers, tp->Numbers); in _nc_extend_names() 165 tp->Numbers[last] = tp->Numbers[last - 1]; in _nc_extend_names() 558 entryp->tterm.Numbers[entry_ptr->nte_index] = CANCELLED_NUMERIC; in _nc_parse_entry() 574 entryp->tterm.Numbers[entry_ptr->nte_index] = MAX_NUMBER; in _nc_parse_entry() 578 entryp->tterm.Numbers[entry_ptr->nte_index] = in _nc_parse_entry()
|
| H A D | free_ttype.c | 59 FreeIfNeeded(ptr->Numbers); in really_free_termtype()
|
| H A D | lib_termcap.c | 319 if (VALID_NUMERIC(tp->Numbers[j])) in NCURSES_SP_NAME() 320 result = tp->Numbers[j]; in NCURSES_SP_NAME()
|
| H A D | comp_parse.c | 257 FreeIfNeeded(thisentry.tterm.Numbers); in _nc_read_entry_source() 595 FreeIfNeeded(qp->tterm.Numbers); in _nc_resolve_uses2()
|
| H A D | lib_setup.c | 420 (termp)->type.Numbers[(&name - (termp)->type2.Numbers)] in _nc_get_screensize()
|
| /openbsd-src/usr.bin/tic/ |
| H A D | tparm_type.c | 51 TParams result = Numbers; in tparm_type() 87 result = Numbers; in guess_tparm_type() 93 result = Numbers; in guess_tparm_type() 101 result = Numbers; in guess_tparm_type()
|
| H A D | tparm_type.h | 47 ,Numbers = 0 enumerator
|
| H A D | dump_entry.c | 315 return (cur_type->Numbers[idx] == ABSENT_NUMERIC) in dump_predicate() 316 ? FAIL : cur_type->Numbers[idx]; in dump_predicate() 340 #define NUM_IDX(name) (PredType) (&(name) - &(CUR Numbers[0])) 996 if (tterm->Numbers[i] < 0) { in fmt_entry() 1005 number_format(tterm->Numbers[i]), in fmt_entry() 1006 tterm->Numbers[i]); in fmt_entry()
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | ti-8x | 16 # Magic Numbers for the TI-73 34 # Magic Numbers for the TI-82 51 # Magic Numbers for the TI-83 69 # Magic Numbers for the TI-83+ 90 # Magic Numbers for the TI-85 123 # Magic Numbers for the TI-86 154 # Magic Numbers for the TI-89 172 # Magic Numbers for the TI-92 189 # Magic Numbers for the TI-92+/V200 207 # Magic Numbers for the TI-73/83+/89/92+/V200 FLASH upgrades [all …]
|
| /openbsd-src/usr.bin/infocmp/ |
| H A D | infocmp.c | 235 if (VALID_NUMERIC(ep->tterm.Numbers[idx])) { in use_predicate() 236 value = ep->tterm.Numbers[idx]; in use_predicate() 240 if (value != entries[0].tterm.Numbers[idx]) in use_predicate() 313 if (t1->Numbers[i] != t2->Numbers[i]) in entryeq() 514 n1 = e1->tterm.Numbers[idx]; in compare_predicate() 517 n2 = next_entry->Numbers[idx]; in compare_predicate() 529 n2 = next_entry->Numbers[idx]; in compare_predicate() 546 n2 = next_entry->Numbers[idx]; in compare_predicate() 824 int tp_lines = tp->Numbers[2]; in analyze_string() 1370 switch (term->Numbers[n]) { in dump_initializers() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | Blocks.txt | 201 10100..1013F; Aegean Numbers 202 10140..1018F; Ancient Greek Numbers 207 102E0..102FF; Coptic Epact Numbers 256 111E0..111FF; Sinhala Archaic Numbers 286 12400..1247F; Cuneiform Numbers and Punctuation 331 1EC70..1ECBF; Indic Siyaq Numbers 332 1ED00..1ED4F; Ottoman Siyaq Numbers
|
| H A D | Index.txt | 906 Circled Inverse Numbers 2776 913 Circled Numbers 2460 914 Circled Numbers 3251 915 Circled Numbers 32B1 916 Circled Numbers, Double 24F5 917 Circled Numbers, White on Black 24EB 1250 Coptic Epact Numbers 102E0 1315 Cuneiform Numbers and Punctuation 12400 1686 Double Circled Numbers 24F5 1990 Ethiopic Numbers 1369 [all …]
|
| /openbsd-src/share/snmp/ |
| H A D | IANA-RTPROTO-MIB.txt | 11 " Internet Assigned Numbers Authority 12 Internet Corporation for Assigned Names and Numbers
|
| H A D | IANA-STORAGE-MEDIA-TYPE-MIB.txt | 13 "Internet Assigned Numbers Authority
|
| H A D | SNMP-FRAMEWORK-MIB.txt | 128 Internet Assigned Numbers Authority (IANA). 151 Internet Assigned Numbers Authority (IANA). 203 managed by the Internet Assigned Numbers Authority 273 Numbers Authority (IANA).
|
| /openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
| H A D | 018_json_checker.t | 47 {"Numbers cannot have leading zeroes": 013} 49 {"Numbers cannot be hex": 0x14}
|
| /openbsd-src/usr.bin/tput/ |
| H A D | tput.c | 271 if (paramType == Numbers) { in tput_cmd() 322 case Numbers: in tput_cmd()
|
| /openbsd-src/lib/libcrypto/ |
| H A D | sparccpuid.S | |
| /openbsd-src/usr.bin/ssh/ |
| H A D | OVERVIEW | 44 Random Numbers
|