Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Djobs.h202 extern void job_init(Shell_t*,int);
211 # define job_init(s,flag) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c201 job_init(shp,sh_isoption(SH_LOGIN_SHELL)); in sh_main()
H A Djobs.c602 void job_init(Shell_t *shp, int lflag) in job_init() function