Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c3651 enum { doing_jobctl = 0 }; enumerator
3654 static smallint doing_jobctl; //references:8 variable
4076 if (on == doing_jobctl || rootshell == 0) in setjobctl()
4136 doing_jobctl = on; in setjobctl()
4312 if (doing_jobctl) in waitproc()
4800 if (doing_jobctl) in makejob()
4810 if (doing_jobctl) in makejob()
5236 doing_jobctl = 0; in forkchild()
5325 if (doing_jobctl && n) in forkparent()
13503 if (doing_jobctl) in cmdloop()