Searched refs:SPAWN_KILL (Results 1 – 5 of 5) sorted by relevance
96 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()
78 sc.flags |= SPAWN_KILL; in cmd_respawn_window_exec()
79 sc.flags |= SPAWN_KILL; in cmd_respawn_pane_exec()
127 sc.flags |= SPAWN_KILL; in cmd_new_window_exec()
2148 #define SPAWN_KILL 0x1 macro