Searched refs:p_command (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/tcsh/
H A Dsh.proc.h81 Char *p_command; /* command */ member in struct:process
H A Dsh.proc.c448 xfree(pp->p_command);
761 pp->p_command = Strsave(cmdstr);
1108 xprintf("%S", pp->p_command);
1324 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, strerror(errno));
1345 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, strerror(errno));
1367 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, strerror(errno));
1385 stderror(ERR_NAME|ERR_BADJOB, pp->p_command, strerror(errno));
1515 stderror(ERR_NAME|ERR_BADJOB, pp->p_command,
1593 job_cmd(pp->p_command);
1667 for (dp = pp->p_command; *d
[all...]
H A Dtw.init.c1026 Strbuf_append(res, j->p_command);

Completed in 165 milliseconds