Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/tmux/
Dspawn.c96 if (~sc->flags & SPAWN_KILL) { in spawn_window()
128 if (wl != NULL && (~sc->flags & SPAWN_KILL)) { in spawn_window()
250 if (sc->wp0->fd != -1 && (~sc->flags & SPAWN_KILL)) { in spawn_pane()
Dcmd-respawn-window.c78 sc.flags |= SPAWN_KILL; in cmd_respawn_window_exec()
Dcmd-respawn-pane.c79 sc.flags |= SPAWN_KILL; in cmd_respawn_pane_exec()
Dcmd-new-window.c127 sc.flags |= SPAWN_KILL; in cmd_new_window_exec()
Dtmux.h2148 #define SPAWN_KILL 0x1 macro