Home
last modified time | relevance | path

Searched refs:job_switch (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Djobs.h175 extern int job_switch(struct process*,int);
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dmisc.c424 if(job_walk(sfstdout,job_switch,flag,argv)) in b_bg()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Djobs.c1494 int job_switch(register struct process *pw,int bgflag) in job_switch() function