Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/tmux/
Dcmd-source-file.c34 static u_int cmd_source_file_depth; variable
69 cmd_source_file_depth--; in cmd_source_file_complete_cb()
70 log_debug("%s: depth now %u", __func__, cmd_source_file_depth); in cmd_source_file_complete_cb()
167 if (cmd_source_file_depth >= CMD_SOURCE_FILE_DEPTH_LIMIT) { in cmd_source_file_exec()
171 cmd_source_file_depth++; in cmd_source_file_exec()
172 log_debug("%s: depth now %u", __func__, cmd_source_file_depth); in cmd_source_file_exec()