Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tmux/dist/
H A Dcmd-respawn-window.c80 if (spawn_window(&sc, &cause) == NULL) { in cmd_respawn_window_exec()
H A Dcmd-new-window.c129 if ((new_wl = spawn_window(&sc, &cause)) == NULL) { in cmd_new_window_exec()
H A Dcmd-new-session.c294 if (spawn_window(&sc, &cause) == NULL) { in cmd_new_session_exec()
H A Dspawn.c75 spawn_window(struct spawn_context *sc, char **cause) in spawn_window() function