Searched refs:bgjob (Results 1 – 1 of 1) sorted by relevance
111 static struct job *bgjob = NULL; /* last background process */ variable495 (iflag || jp != bgjob)) { in showjobs()514 if (bgjob == jp) in freejob()515 bgjob = NULL; in freejob()576 if (job == bgjob) in waitcmdloop()577 bgjob = NULL; in waitcmdloop()590 if (jp == bgjob) in waitcmdloop()591 bgjob = NULL; in waitcmdloop()769 if (bgjob != NULL) in makejob()770 bgjob = &jp[bgjob - jobtab]; in makejob()[all …]