HomeSort by: relevance | last modified time | path
    Searched refs:source_file_depth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
cmd-source-file.c 72 c->source_file_depth--;
73 log_debug("%s: depth now %u", __func__, c->source_file_depth);
180 if (c->source_file_depth >= CMD_SOURCE_FILE_DEPTH_LIMIT) {
184 c->source_file_depth++;
185 log_debug("%s: depth now %u", __func__, c->source_file_depth);
tmux.h 2103 u_int source_file_depth; member in struct:client

Completed in 47 milliseconds