Searched refs:JOB_NOWAIT (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | cmd-run-shell.c | 152 cdata->flags |= JOB_NOWAIT; in cmd_run_shell_exec()
|
H A D | job.c | 415 if ((~job->flags & JOB_NOWAIT) && job->state == JOB_RUNNING) in job_still_running()
|
H A D | popup.c | 724 JOB_NOWAIT|JOB_PTY|JOB_KEEPWRITE|JOB_DEFAULTSHELL, jx, jy); in popup_display()
|
H A D | tmux.h | 2371 #define JOB_NOWAIT 0x1 macro
|
H A D | format.c | 398 format_job_complete, NULL, fj, JOB_NOWAIT, -1, -1); in format_job_get()
|
H A D | window-copy.c | 4881 NULL, JOB_NOWAIT, -1, -1); in window_copy_pipe_run()
|