Searched refs:pick (Results 1 – 25 of 131) sorted by relevance
123456
| /freebsd-10-stable/share/examples/bootforth/ |
| D | frames.4th | 85 2dup 4 pick 96 2dup 1+ 4 pick 1- -rot 98 2dup 1+ swap 5 pick + swap 4 pick 1- -rot 100 2dup swap 1+ swap 5 pick 1- -rot 102 2dup swap 1+ swap 4 pick + 5 pick 1- -rot 105 2dup 4 pick + at-xy lb_el @ emit \ Draw left bottom corner 106 2dup swap 5 pick + swap at-xy rt_el @ emit \ Draw right top corner 107 2 pick + swap 3 pick + swap at-xy rb_el @ emit
|
| /freebsd-10-stable/contrib/bmake/ |
| D | ChangeLog | 4 Merge with NetBSD make, pick up 24 Merge with NetBSD make, pick up 44 Merge with NetBSD make, pick up 50 Merge with NetBSD make, pick up 57 Merge with NetBSD make, pick up 63 Merge with NetBSD make, pick up 76 Merge with NetBSD make, pick up 84 Merge with NetBSD make, pick up 90 Merge with NetBSD make, pick up 97 Merge with NetBSD make, pick up [all …]
|
| D | configure.in | 19 [ --with-defshell=SHELL use SHELL by default - must be sh compatible, use sh or ksh to pick the i…
|
| D | boot-strap | 171 # pick a useful default prefix (for me at least ;-)
|
| /freebsd-10-stable/sys/boot/forth/ |
| D | frames.4th | 136 2dup 4 pick 147 2dup 1+ 4 pick 1- -rot 149 2dup 1+ swap 5 pick + swap 4 pick 1- -rot 151 2dup swap 1+ swap 5 pick 1- -rot 153 2dup swap 1+ swap 4 pick + 5 pick 1- -rot 156 2dup 4 pick + at-xy lb_el @ emit \ Draw left bottom corner 157 2dup swap 5 pick + swap at-xy rt_el @ emit \ Draw right top corner 158 2 pick + swap 3 pick + swap at-xy rb_el @ emit
|
| D | screen.4th | 68 2 pick 2 pick 70 over c@ 3 pick = if over 27 swap c! then
|
| D | menusets.4th | 59 rot 2 pick 2 pick over + -rot + tuck - 129 rot 2 pick 2 pick over + -rot + tuck - 221 rot 2 pick 2 pick over + -rot + tuck - 296 4 pick 4 pick 413 4 pick 4 pick
|
| D | menu.4th | 172 3 pick 3 pick ( n c-addr/u k -- n c-addr/u k n c-addr ) 431 2 pick 1+ -rot 2 +c! \ Replace 'Y' with current ASCII num 439 5 pick 5 pick menu_caption[x][y] setenv 451 5 pick 5 pick ansi_caption[x][y] setenv 696 2 pick 0> if 836 2 pick ( n c-addr/u -- n c-addr/u n ) 880 2 pick ( n c-addr/u -- n c-addr/u n ) \ key pressed 899 2 pick ( n c-addr/u -- n c-addr/u n ) \ key pressed 929 3 pick swap ( n addr k k' -- n addr k n k' ) \ (n,k') as (x,y) 947 2 pick [char] 0 ( n addr 0 -- n addr 0 n 48 ) \ (n,48) as (x,y) [all …]
|
| D | support.4th | 206 2 pick 0= if 2drop 2drop true exit then 213 swap 2 pick 1- over < 216 2 pick over = if 2drop 2drop true exit then 217 2 pick tuck - -rot + swap over c@ dup 32 = 223 if false else true then 2 pick 0> and 1485 \ pick the i-th argument, i starts at 0 1490 pick 1493 pick
|
| /freebsd-10-stable/sys/geom/ |
| D | geom_ccd.c | 490 int pick = cs->sc_pick; in g_ccd_start() local 493 if (bn < cs->sc_blk[pick] - range || in g_ccd_start() 494 bn > cs->sc_blk[pick] + range in g_ccd_start() 496 cs->sc_pick = pick = 1 - pick; in g_ccd_start() 498 cs->sc_blk[pick] = bn + btodb(rcount); in g_ccd_start() 499 g_io_request(cbp[pick], cbp[pick]->bio_from); in g_ccd_start()
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r262261-llvm-r199187-sparc.diff | 6 used to pick the register class. If we only use the register class 7 constraint on the instruction, we might pick a too large register class.
|
| /freebsd-10-stable/contrib/subversion/doc/programmer/ |
| D | gtest-guide.txt | 25 'gmock-fused' directory. Once it's there, configure will pick it up
|
| /freebsd-10-stable/usr.bin/csup/ |
| D | README | 31 since whatever your "make" command is, it should pick up the correct
|
| /freebsd-10-stable/contrib/ntp/ |
| D | README.patches | 30 with a comment of "Please pick up the patches in pogo:/wherever"
|
| D | README.pullrequests | 83 with a comment of "Please pick up the patches from XXX" where XXX is
|
| /freebsd-10-stable/contrib/amd/ |
| D | tasks | 70 - solaris 8 doesn't pick up hsfs/pcfs/etc *_args structures and mount flags
|
| /freebsd-10-stable/contrib/amd/scripts/ |
| D | amd.conf-sample | 90 # If set to 0 (default), Amd will pick a port automatically.
|
| /freebsd-10-stable/sys/arm/conf/ |
| D | SAM9260EK | 133 # The DataFlash and MMC card are wired together, so we must pick one or the
|
| /freebsd-10-stable/contrib/binutils/ld/emultempl/ |
| D | armcoff.em | 182 where the lang_finish() function will pick it up. */
|
| D | armelf.em | 221 where the lang_finish() function will pick it up. */
|
| /freebsd-10-stable/crypto/heimdal/ |
| D | ChangeLog.2001 | 521 * lib/krb5/rd_safe.c (krb5_rd_safe): pick the keys in the right 525 * lib/krb5/rd_priv.c (krb5_rd_priv): pick keys in the correct 527 * lib/krb5/mk_safe.c (krb5_mk_safe): pick keys in the right order, 871 means pick from the `crypto' (context) and otherwise use that
|
| /freebsd-10-stable/contrib/gcclibs/libmudflap/ |
| D | configure.ac | 188 # glibc-related hacks. dlsym() may pick the wrong version of
|
| /freebsd-10-stable/contrib/libpcap/ |
| D | INSTALL.txt | 66 bpf, you will need to pick up: 251 work). Either pick up a current version from:
|
| /freebsd-10-stable/contrib/libreadline/ |
| D | CHANGELOG | 501 - pick up change to BASH_CHECK_LIB_TERMCAP that adds check for 929 - add @LIBS@ to LIBS assignment to pick up extra libraries from
|
| /freebsd-10-stable/contrib/wpa/patches/ |
| D | openssl-0.9.8e-tls-extensions.patch | 170 * pick a cipher */
|
123456