| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | alloc_ttype.c | 122 TYPE_REALLOC(short, to->num_Numbers, to->Numbers); in realign_data() 127 to->Numbers[base + m] = to->Numbers[base + n--]; in realign_data() 129 to->Numbers[base + m] = ABSENT_NUMERIC; in realign_data() 266 tp->Numbers[j] = tp->Numbers[j + 1]; in _nc_del_ext_name() 322 TYPE_REALLOC(short, tp->num_Numbers, tp->Numbers); in _nc_ins_ext_name() 324 tp->Numbers[k] = tp->Numbers[k - 1]; in _nc_ins_ext_name() 366 to->Numbers[k] = CANCELLED_NUMERIC; in adjust_cancels() 486 TYPE_MALLOC(short, NUM_NUMBERS(dst), dst->Numbers); in _nc_copy_termtype() 492 memcpy(dst->Numbers, in _nc_copy_termtype() 493 src->Numbers, in _nc_copy_termtype() [all …]
|
| H A D | read_entry.c | 50 convert_shorts(char *buf, short *Numbers, int count) in convert_shorts() argument 55 Numbers[i] = ABSENT_NUMERIC; in convert_shorts() 57 Numbers[i] = CANCELLED_NUMERIC; in convert_shorts() 59 Numbers[i] = (short) LOW_MSB(buf + 2 * i); in convert_shorts() 60 TR(TRACE_DATABASE, ("get Numbers[%d]=%d", i, Numbers[i])); in convert_shorts() 134 if (tp->Numbers == 0) in _nc_init_termtype() 135 TYPE_MALLOC(short, NUMCOUNT, tp->Numbers); in _nc_init_termtype() 143 tp->Numbers[i] = ABSENT_NUMERIC; in _nc_init_termtype() 238 convert_shorts(buf, ptr->Numbers, num_count); in _nc_read_termtype() 288 TYPE_REALLOC(short, ptr->num_Numbers, ptr->Numbers); in _nc_read_termtype() [all …]
|
| H A D | write_entry.c | 546 convert_shorts(unsigned char *buf, short *Numbers, size_t count) in convert_shorts() argument 550 if (Numbers[i] == ABSENT_NUMERIC) { /* HI/LO won't work */ in convert_shorts() 552 } else if (Numbers[i] == CANCELLED_NUMERIC) { /* HI/LO won't work */ in convert_shorts() 556 LITTLE_ENDIAN(buf + 2 * i, Numbers[i]); in convert_shorts() 557 TRACE_OUT(("put Numbers[%u]=%d", (unsigned) i, Numbers[i])); in convert_shorts() 586 if (tp->Numbers[NUMCOUNT + i] != ABSENT_NUMERIC) in extended_Numbers() 662 if (tp->Numbers[i] != ABSENT_NUMERIC) in write_object() 702 convert_shorts(buf, tp->Numbers, nummax); in write_object() 765 convert_shorts(buf, tp->Numbers + NUMCOUNT, (size_t) tp->ext_Numbers); in write_object()
|
| H A D | alloc_entry.c | 241 if (to->Numbers[i] != CANCELLED_NUMERIC) { in _nc_merge_entry() 242 short mergenum = from->Numbers[i]; in _nc_merge_entry() 245 to->Numbers[i] = ABSENT_NUMERIC; in _nc_merge_entry() 247 to->Numbers[i] = mergenum; in _nc_merge_entry()
|
| H A D | lib_ti.c | 126 if (VALID_NUMERIC(tp->Numbers[j])) in NCURSES_SP_NAME() 127 result = tp->Numbers[j]; in NCURSES_SP_NAME()
|
| H A D | parse_entry.c | 155 TYPE_REALLOC(short, tp->num_Numbers, tp->Numbers); in _nc_extend_names() 157 tp->Numbers[last] = tp->Numbers[last - 1]; in _nc_extend_names() 435 entryp->tterm.Numbers[entry_ptr->nte_index] = CANCELLED_NUMERIC; in _nc_parse_entry() 450 entryp->tterm.Numbers[entry_ptr->nte_index] = MAX_NUMBER; in _nc_parse_entry() 452 entryp->tterm.Numbers[entry_ptr->nte_index] = in _nc_parse_entry()
|
| H A D | free_ttype.c | 54 FreeIfNeeded(ptr->Numbers); in NCURSES_EXPORT()
|
| H A D | lib_termcap.c | 328 if (VALID_NUMERIC(tp->Numbers[j])) in NCURSES_SP_NAME() 329 result = tp->Numbers[j]; in NCURSES_SP_NAME()
|
| H A D | comp_parse.c | 246 FreeIfNeeded(thisentry.tterm.Numbers); in _nc_read_entry_source() 430 FreeIfNeeded(qp->tterm.Numbers); in _nc_resolve_uses2()
|
| /freebsd-12.1/contrib/file/magic/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 229 # Magic Numbers for the VTi skins [all …]
|
| /freebsd-12.1/contrib/ncurses/progs/ |
| H A D | infocmp.c | 206 if (VALID_NUMERIC(ep->tterm.Numbers[idx])) { in use_predicate() 207 value = ep->tterm.Numbers[idx]; in use_predicate() 211 if (value != entries[0].tterm.Numbers[idx]) in use_predicate() 284 if (t1->Numbers[i] != t2->Numbers[i]) in entryeq() 484 n1 = e1->tterm.Numbers[idx]; in compare_predicate() 487 n2 = next_entry->Numbers[idx]; in compare_predicate() 499 n2 = next_entry->Numbers[idx]; in compare_predicate() 516 n2 = next_entry->Numbers[idx]; in compare_predicate() 789 int tp_lines = tp->Numbers[2]; in analyze_string() 1324 switch (term->Numbers[n]) { in dump_initializers() [all …]
|
| H A D | tput.c | 57 Numbers = 0 enumerator 102 TParams result = Numbers; in tparm_type() 335 case Numbers: in tput()
|
| H A D | dump_entry.c | 298 return (cur_type->Numbers[idx] == ABSENT_NUMERIC) in dump_predicate() 299 ? FAIL : cur_type->Numbers[idx]; in dump_predicate() 323 #define NUM_IDX(name) (PredType) (&(name) - &(CUR Numbers[0])) 683 if (tterm->Numbers[i] < 0) { in fmt_entry() 688 "%s#%d", name, tterm->Numbers[i]); in fmt_entry()
|
| H A D | toe.c | 306 result += (unsigned long) (tp->Numbers[i]); in checksum_of()
|
| /freebsd-12.1/contrib/libucl/tests/basic/ |
| H A D | 2.in | 5 # Numbers
|
| /freebsd-12.1/contrib/ncurses/ncurses/trace/ |
| H A D | trace_xnames.c | 64 tp->Numbers[tp->num_Numbers + m - tp->ext_Numbers]); in NCURSES_EXPORT()
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | MKterm.h.awk.in | 154 printf "#define %-30s CUR Numbers[%d]\n", $1, NumberCount++ 179 print " short *Numbers; /* array of integer values */" 187 print " unsigned short num_Numbers; /* count total Numbers */" 191 print " unsigned short ext_Numbers; /* count extensions to Numbers */"
|
| /freebsd-12.1/contrib/amd/ |
| H A D | README.ldap | 54 IANA - Private Enterprise Numbers
|
| /freebsd-12.1/contrib/ee/ |
| H A D | new_curse.c | 656 int Numbers[128]; variable 964 Numbers[value] = 0; in initscr() 986 LINES = Numbers[li__]; in initscr() 987 COLS = Numbers[co__]; in initscr() 1120 Numbers[counter] = Get_int(); in INFO_PARSE() 1425 Numbers[offset] = tc_Get_int(Numbers[offset]); in CAP_PARSE() 2618 if (Numbers[sg__] < 1) /* if not magic cookie glitch */
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | OVERVIEW | 43 Random Numbers
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | README.hpux | 241 # tcp-Sequence-Numbers nicht mehr inkrementieren sondern random
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | stabs.texinfo | 396 * Line Numbers:: 515 @node Line Numbers 516 @section Line Numbers 1231 (@pxref{Line Numbers}). 1500 uses negative type numbers (@pxref{Negative Type Numbers}). 1504 uses negative type numbers (@pxref{Negative Type Numbers}). 1518 @node Negative Type Numbers 1519 @subsection Negative Type Numbers 3271 Line number in text segment; see @ref{Line Numbers}. 3274 Line number in data segment; see @ref{Line Numbers}. [all …]
|
| /freebsd-12.1/usr.bin/fortune/ |
| H A D | Notes | 67 Numbers should be given in parentheses, e.g.,
|
| /freebsd-12.1/crypto/openssl/crypto/ |
| H A D | sparccpuid.S | 267 ! Numbers for T2 and SPARC64 V-VII are more than welcomed.
|
| /freebsd-12.1/contrib/ncurses/ncurses/tty/ |
| H A D | lib_mvcur.c | 1269 cur_term->type.Numbers[np->nte_index] = ABSENT_NUMERIC; in main()
|