Home
last modified time | relevance | path

Searched refs:SPAWN_RESPAWN (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dspawn.c94 if (sc->flags & SPAWN_RESPAWN) { in spawn_window()
126 if ((~sc->flags & SPAWN_RESPAWN) && idx != -1) { in spawn_window()
150 if (~sc->flags & SPAWN_RESPAWN) { in spawn_window()
176 if (~sc->flags & SPAWN_RESPAWN) in spawn_window()
182 if (~sc->flags & SPAWN_RESPAWN) { in spawn_window()
197 if (~sc->flags & SPAWN_RESPAWN) in spawn_window()
239 } else if (~sc->flags & SPAWN_RESPAWN) in spawn_pane()
249 if (sc->flags & SPAWN_RESPAWN) { in spawn_pane()
331 if (~sc->flags & SPAWN_RESPAWN) { in spawn_pane()
375 if (~sc->flags & SPAWN_RESPAWN) { in spawn_pane()
[all …]
H A Dcmd-respawn-window.c76 sc.flags = SPAWN_RESPAWN; in cmd_respawn_window_exec()
H A Dcmd-respawn-pane.c77 sc.flags = SPAWN_RESPAWN; in cmd_respawn_pane_exec()
H A Dtmux.h2150 #define SPAWN_RESPAWN 0x4 macro