Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c141 static void j_print(Job *, int, struct shf *);
845 j_print(j, how, shl_stdout); in j_jobs()
873 j_print(j, JP_MEDIUM, shl_out); in j_notify()
1092 j_print(j, JP_SHORT, shl_out); in j_waitj()
1276 j_print(j, JP_MEDIUM, shl_j); in check_job()
1304 j_print(Job *j, int how, struct shf *shf) in j_print() function