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.c408 if ((~job->flags & JOB_NOWAIT) && job->state == JOB_RUNNING) in job_still_running()
H A Dpopup.c721 JOB_NOWAIT|JOB_PTY|JOB_KEEPWRITE, jx, jy); in popup_display()
H A Dtmux.h2263 #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.c4725 NULL, JOB_NOWAIT, -1, -1); in window_copy_pipe_run()