Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/bash/
H A Dexecute_cmd.patch17 - if (lastpipe_opt && job_control == 0 && asynchronous == 0 && pipe_out == NO_PIPE && prev > 0)
20 + job_control == 0 &&
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tty.c2119 static int job_control(struct tty_struct *tty, struct file *file) in job_control() function
2197 c = job_control(tty, file); in n_tty_read()