Searched defs:grab (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c421 unsigned long grab[20], i; local
425 &grab[0],&grab[1],&grab[2],&grab[3],&grab[4],&grab[5],&grab[6],
426 &grab[7],&grab[
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c508 unsigned long grab[NUM_FIELDS]; local
523 * Scan the fields of "stty -g" output into the grab array.
529 &grab[0], &grab[1], &grab[2], &grab[3], &grab[4], &grab[5],
530 &grab[6], &grab[
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c43 #define grab(n) ((Section *)(nglobal \ macro
155 global = grab(maxglobal);
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c217 "%s: cannot grab LWP %u in process %d,"
262 proc_set_t *grab = NULL; local
330 case 'p': /* grab processes */
447 grab = my_malloc(argc * sizeof (proc_set_t),
450 pids(*argv++, grab);
608 } else { /* grab the specified processes */
612 while (i < ngrab) { /* grab first process */
613 if (grabit(pri, &grab[i++])) {
623 while (i < ngrab) { /* grab the remainder */
624 proc_set_t *set = &grab[
2233 pids(char *arg, proc_set_t *grab) argument
[all...]

Completed in 62 milliseconds