Searched refs:p_command (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/tcsh-6/ |
H A D | sh.proc.c | 447 xfree(pp->p_command); in pfree() 785 pp->p_command = Strsave(cmdstr); in palloc() 1136 xprintf("%" TCSH_S, pp->p_command); in pprint() 1367 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, strerror(errno)); in dofg() 1388 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, strerror(errno)); in dofg1() 1410 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, strerror(errno)); in dobg() 1428 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, strerror(errno)); in dobg1() 1560 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, in pkill() 1638 job_cmd(pp->p_command); in pstart() 1712 for (dp = pp->p_command; *dp; dp++) { in pfind() [all …]
|
H A D | sh.proc.h | 80 Char *p_command; /* command */ member
|
H A D | tc.func.c | 579 p = short2str(pp->p_command); in find_stop_ed() 635 stderror(ERR_BADJOB, pp->p_command, strerror(errno)); in fg_proc_entry() 1299 if (prefix(cmd, pp->p_command)) { in continue_jobs()
|
H A D | tw.init.c | 1021 Strbuf_append(res, j->p_command); in tw_job_next()
|