Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.proc.c1011 pstart(struct process *pp, int foregnd) in pstart() argument
1026 if (foregnd) in pstart()
1033 if (foregnd) in pstart()
1051 (void) pprint(pp, foregnd ? NAME|JOBDIR : NUMBER|NAME|AMPERSAND); in pstart()
1052 if (foregnd) in pstart()
H A Dsh.func.c83 static struct biltins foregnd = { S_Pjob, dofg1, 0, 0 }; in isbfunc() local
98 foregnd.bname = cp; in isbfunc()
99 return (&foregnd); in isbfunc()