Home
last modified time | relevance | path

Searched refs:source_file_depth (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dcmd-source-file.c72 c->source_file_depth--; in cmd_source_file_complete_cb()
73 log_debug("%s: depth now %u", __func__, c->source_file_depth); in cmd_source_file_complete_cb()
174 if (c->source_file_depth >= CMD_SOURCE_FILE_DEPTH_LIMIT) { in cmd_source_file_exec()
178 c->source_file_depth++; in cmd_source_file_exec()
179 log_debug("%s: depth now %u", __func__, c->source_file_depth); in cmd_source_file_exec()
H A Dtmux.h2016 u_int source_file_depth; member