source_file_depth
if (c->source_file_depth >= CMD_SOURCE_FILE_DEPTH_LIMIT) {
c->source_file_depth++;
log_debug("%s: depth now %u", __func__, c->source_file_depth);
c->source_file_depth--;
log_debug("%s: depth now %u", __func__, c->source_file_depth);