Searched refs:file_stack (Results 1 – 3 of 3) sorted by relevance
202 struct file_stack_entry *file_stack; variable237 ep->next = file_stack; in file_push()238 file_stack = ep; in file_push()245 struct file_stack_entry *ep = file_stack; in file_pop()250 file_stack = ep->next; in file_pop()590 if (file_stack != NULL && ! recompile_files ()) in read_repo_files()808 return (file_stack != NULL); in scan_linker_output()
196 struct file_stack_entry *file_stack; variable231 ep->next = file_stack; in file_push()232 file_stack = ep; in file_push()239 struct file_stack_entry *ep = file_stack; in file_pop()244 file_stack = ep->next; in file_pop()585 if (file_stack != NULL && ! recompile_files ()) in read_repo_files()803 return (file_stack != NULL); in scan_linker_output()
99 static char *file_stack[RULE_MAX_STACK]; variable141 file_stack[line_stack_depth], line_stack[line_stack_depth], buf); in syntax_error()586 file_stack[line_stack_depth] = strdup(name); in read_config()594 free(file_stack[line_stack_depth]); in read_config()