Searched refs:include_stack (Results 1 – 5 of 5) sorted by relevance
57 struct include_stack_frame *frame = &(ctx->include_stack[i]); in libconfig_scanctx_cleanup()103 frame = &(ctx->include_stack[ctx->stack_depth]); in libconfig_scanctx_push_include()133 include_frame = &(ctx->include_stack[ctx->stack_depth - 1]); in libconfig_scanctx_next_include_file()165 frame = &(ctx->include_stack[--(ctx->stack_depth)]); in libconfig_scanctx_pop_include()193 return(*(ctx->include_stack[ctx->stack_depth - 1].current_file)); in libconfig_scanctx_current_filename()
52 struct include_stack_frame include_stack[MAX_INCLUDE_DEPTH]; member
58 device_abi, include_stack=True): argument92 if not include_stack and 'Stack Data:' in line:
1271 BufferedFile *include_stack[32];