Searched refs:spot (Results 1 – 25 of 76) sorted by relevance
1234
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | regex_internal.c | 1390 struct re_state_table_entry *spot; in re_acquire_state() local 1402 spot = dfa->state_table + (hash & dfa->state_hash_mask); in re_acquire_state() 1404 for (i = 0 ; i < spot->num ; i++) in re_acquire_state() 1406 re_dfastate_t *state = spot->array[i]; in re_acquire_state() 1441 struct re_state_table_entry *spot; in re_acquire_state_context() local 1453 spot = dfa->state_table + (hash & dfa->state_hash_mask); in re_acquire_state_context() 1455 for (i = 0 ; i < spot->num ; i++) in re_acquire_state_context() 1457 re_dfastate_t *state = spot->array[i]; in re_acquire_state_context() 1482 struct re_state_table_entry *spot; in register_state() local 1501 spot = dfa->state_table + (hash & dfa->state_hash_mask); in register_state() [all …]
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | measure | 10 >4 lefloat x spot sensor temperature %f, 14 >10 ubyte 1 \b, show spot sensor
|
| /netbsd/src/external/bsd/ntp/dist/conf/ |
| D | README | 6 anything good if run on machines other than their native spot, so don't
|
| /netbsd/src/external/bsd/ntp/dist/html/hints/ |
| D | decosf1 | 23 either in situ or via a link to a tranquil spot like /usr/local/bin. The
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/ |
| D | ax_check_openssl.m4 | 12 # spot (via --with-openssl). Sets
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | Configure | 2592 my $spot = 2595 push @{$unified_info{includes}->{$dest}->{$spot}}, $i 2596 unless grep { $_ eq $i } @{$unified_info{includes}->{$dest}->{$spot}};
|
| /netbsd/src/external/gpl3/binutils/dist/ld/emultempl/ |
| D | mipself.em | 55 /* Traverse the linker tree to find the spot where the stub goes. */
|
| D | kvxelf.em | 68 /* Traverse the linker tree to find the spot where the stub goes. */
|
| D | nios2elf.em | 82 /* Traverse the linker tree to find the spot where the stub goes. */
|
| D | metagelf.em | 77 /* Traverse the linker tree to find the spot where the stub goes. */
|
| D | cskyelf.em | 50 /* Traverse the linker tree to find the spot where the stub goes. */
|
| D | hppaelf.em | 101 /* Traverse the linker tree to find the spot where the stub goes. */
|
| D | m68hc1xelf.em | 176 /* Traverse the linker tree to find the spot where the stub goes. */
|
| D | aarch64elf.em | 101 /* Traverse the linker tree to find the spot where the stub goes. */
|
| D | xtensaelf.em | 1585 /* Find a spot to place it. */ 1625 spot to place other literals. Continue walking (and counting
|
| D | armelf.em | 156 /* Traverse the linker tree to find the spot where the stub goes. */
|
| D | ppc64elf.em | 348 /* Traverse the linker tree to find the spot where the stub goes. */
|
| /netbsd/src/sys/arch/vax/vax/ |
| D | emulate.S | 342 toarg(%r9,6) # save register %r9 in arg6 spot 910 toarg(%r6,1) # save in arg1 spot for later 1264 insv (%sp),$0,$4,44(%sp) # and condition codes in Opcode spot
|
| D | intvec.S | 466 insv (%sp),$0,$4,44(%sp) # and condition codes in Opcode spot
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | acx_with_gssapi.m4 | 123 dnl easier to spot errors by reading configure output
|
| /netbsd/src/games/quiz/datfiles/ |
| D | bard | 29 Out, damned spot! out, I say!:\
|
| /netbsd/src/share/dict/ |
| D | web2a | 4843 beauty spot 6005 black spot 6006 black-spot canker 6163 blister spot 6330 blood spot 8776 burning spot 9804 carbon spot 11238 cherry leaf spot 11727 cigar spot 14482 crescent spot [all …]
|
| /netbsd/src/usr.bin/calendar/calendars/ |
| D | calendar.birthday | 78 observed "Poisson's spot" cf June 21
|
| /netbsd/src/sys/arch/mips/mips/ |
| D | locore_mips1.S | 1117 srl v0, MIPS1_TLB_PID_SHIFT # put PID in right spot 1137 sll a0, MIPS1_TLB_PID_SHIFT # put PID in right spot
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ChangeLog-2011 | 96 * disassemble.c (ARCH_epiphany): Move into alphasorted spot.
|
1234