Searched refs:pick (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dunexport.mk3 # pick up a bunch of exported vars
H A Dunexport-env.mk3 # pick up a bunch of exported vars
/freebsd-11-stable/sys/geom/
H A Dgeom_ccd.c490 int pick = cs->sc_pick; local
493 if (bn < cs->sc_blk[pick] - range ||
494 bn > cs->sc_blk[pick] + range
496 cs->sc_pick = pick = 1 - pick;
498 cs->sc_blk[pick] = bn + btodb(rcount);
499 g_io_request(cbp[pick], cbp[pick]->bio_from);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm171 pick up the R3-R6 exception handling stuff. */
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc333 // pick a basic default.
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql478 /* Many queries have to filter the nodes table to pick only that version
493 /* Many queries have to filter the nodes table to pick only that version
/freebsd-11-stable/contrib/bmake/mk/
H A Dlib.mk247 # is a waste of time, this tells meta.autodep.mk to just pick one
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex534 won't pick up more interesting errors later on. There is a
/freebsd-11-stable/stand/ficl/
H A Dwords.c930 static void pick(FICL_VM *pVM) function
5021 dictAppendWord(dp, "pick", pick, FW_DEFAULT);
/freebsd-11-stable/contrib/bmake/
H A Dconfigure1301 --with-defshell=SHELL use SHELL by default - must be sh compatible, use sh or ksh to pick the internal definitions

Completed in 229 milliseconds