| /src/external/ibm-public/postfix/dist/src/global/ |
| uxtext.c | 101 int pick = 0; local 109 pick = 1; 113 pick = 2; 117 pick = 3; 121 pick = 4; 125 pick = 5; 129 while (pick > 0) { 134 pick--;
|
| /src/usr.bin/shuffle/ |
| shuffle.c | 165 size_t nlines = 0, pick = 0, i; local 181 pick = get_number(optarg, ch); 206 if (pick > nlines) 208 nlines = pick;
|
| /src/games/hack/ |
| hack.shk.c | 326 boolean box, pick; local 334 pick = carrying(PICK_AXE); 335 if (box || pick) { 341 (box && pick) ? "box and pick-axe" : 342 box ? "box" : "pick-axe");
|
| /src/sys/dev/rasops/ |
| rasops.c | 69 struct wsdisplay_font *pick; member in struct:rasops_matchdata 319 * Pick the rotated version of this font. This will create it
|
| /src/sys/kern/ |
| tty.c | 2644 struct proc *p, *pick = NULL; local 2665 /* Pick interesting process. */ 2669 if (pick == NULL) { 2670 pick = p; 2673 if (pick->p_lock < p->p_lock) { 2674 mutex_enter(pick->p_lock); 2676 } else if (pick->p_lock > p->p_lock) { 2678 mutex_enter(pick->p_lock); 2681 oldpick = pick; 2682 if (proc_compare_wrapper(pick, p) [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| expr.cc | 1460 gfc_component *pick = ref->u.c.component; local 1469 pick->name, true, true, NULL)) 1477 while (comp != pick) 6596 Therefore traverse the chain of components and pick the correct
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| expr.cc | 1447 gfc_component *pick = ref->u.c.component; local 1456 pick->name, true, true, NULL)) 1464 while (comp != pick) 6548 Therefore traverse the chain of components and pick the correct
|