/src/usr.bin/shuffle/ |
shuffle.c | 165 size_t nlines = 0, pick = 0, i; local in function:main 181 pick = get_number(optarg, ch); 206 if (pick > nlines) 208 nlines = pick;
|
shuffle.c | 165 size_t nlines = 0, pick = 0, i; local in function:main 181 pick = get_number(optarg, ch); 206 if (pick > nlines) 208 nlines = pick;
|
/src/games/hack/ |
hack.shk.c | 326 boolean box, pick; local in function:inshop 334 pick = carrying(PICK_AXE); 335 if (box || pick) { 341 (box && pick) ? "box and pick-axe" : 342 box ? "box" : "pick-axe");
|
hack.shk.c | 326 boolean box, pick; local in function:inshop 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 287 * Pick the rotated version of this font. This will create it
|
rasops.c | 69 struct wsdisplay_font *pick; member in struct:rasops_matchdata 287 * Pick the rotated version of this font. This will create it
|
/src/sys/kern/ |
tty.c | 2644 struct proc *p, *pick = NULL; local in function:ttygetinfo 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...] |
tty.c | 2644 struct proc *p, *pick = NULL; local in function:ttygetinfo 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...] |