Lines Matching defs:command
48 char command[128];
60 /* process command string from vistree */
61 char command[256 - (ALLOC_OVERHEAD +
62 offsetof(struct proc_dummy, command[0]))];
67 #define JP_MEDIUM 2 /* print [job-num] -/+ command */
68 #define JP_LONG 3 /* print [job-num] -/+ pid command */
79 #define JF_XXCOM 0x008 /* set for $(command) jobs */
510 vistree(p->command, sizeof(p->command), t);
597 /* in case of $(jobs) command */
656 /* start the last job: only used for $(command) jobs */
677 /* wait for last job: only used for $(command) jobs */
851 shf_puts(p->command, shl_stdout);
1652 shf_fprintf(shf, "%-20s %s%s%s", buf, p->command,
1666 (int)p->pid, T1space, p->command,
1669 shf_fprintf(shf, Tf__ss, p->command,
1738 if (strstr(p->command, cp+1) != NULL) {
1755 if (strncmp(cp, j->proc_list->command, len) == 0) {