Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c143 static void j_print(Job *, int, struct shf *);
970 j_print(j, how, shl_stdout); in j_jobs()
1002 j_print(j, JP_MEDIUM, shl_out); in j_notify()
1289 j_print(j, JP_SHORT, shl_out); in j_waitj()
1497 j_print(j, JP_MEDIUM, shl_j); in check_job()
1525 j_print(Job *j, int how, struct shf *shf) in j_print() function