Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dcmd-run-shell.c152 cdata->flags |= JOB_NOWAIT; in cmd_run_shell_exec()
H A Djob.c415 if ((~job->flags & JOB_NOWAIT) && job->state == JOB_RUNNING) in job_still_running()
H A Dpopup.c724 JOB_NOWAIT|JOB_PTY|JOB_KEEPWRITE|JOB_DEFAULTSHELL, jx, jy); in popup_display()
H A Dtmux.h2371 #define JOB_NOWAIT 0x1 macro
H A Dformat.c398 format_job_complete, NULL, fj, JOB_NOWAIT, -1, -1); in format_job_get()
H A Dwindow-copy.c4881 NULL, JOB_NOWAIT, -1, -1); in window_copy_pipe_run()