Searched refs:source_file_depth (Results 1 – 2 of 2) sorted by relevance
72 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()
2016 u_int source_file_depth; member