Home
last modified time | relevance | path

Searched refs:p_command (Results 1 – 2 of 2) sorted by relevance

/original-bsd/bin/csh/
H A Dproc.h31 Char *p_command; /* first PMAXLEN chars of command */ member
H A Dproc.c214 xfree((ptr_t) pp->p_command); in pwait()
450 pp->p_command = Strsave(command);
746 (void) fprintf(cshout, "%s", vis_str(pp->p_command));
1144 for (dp = pp->p_command; *dp; dp++) {
1151 else if (prefix(cp + 1, pp->p_command)) {