Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sh/
H A Djobs.c57 ushort_t j_flag; /* various status flags defined below */ member
199 if (jp->j_flag & J_FOREGND) in collect_fg_job()
230 if (jp->j_flag & J_STOPPED) { in statjob()
231 jp->j_flag &= ~(J_STOPPED|J_SIGNALED|J_SAVETTY); in statjob()
232 jp->j_flag |= J_RUNNING; in statjob()
234 jp->j_flag |= J_NOTIFY; in statjob()
240 jp->j_flag &= ~J_RUNNING; in statjob()
241 jp->j_flag |= (J_SIGNALED|J_STOPPED); in statjob()
248 jp->j_flag |= J_SAVETTY; in statjob()
254 jp->j_flag |= J_NOTIFY; in statjob()
[all …]