Searched refs:file_stack (Results 1 – 12 of 12) sorted by relevance
34 struct file_stack struct37 struct file_stack *next; argument43 extern struct file_stack *input_file_stack; argument
198 struct file_stack_entry *file_stack; variable236 ep->next = file_stack;237 file_stack = ep;244 struct file_stack_entry *ep = file_stack; in file_pop()249 file_stack = ep->next; in file_pop()546 if (file_stack != NULL && ! recompile_files ())686 return (file_stack != NULL);
164 struct file_stack *input_file_stack;2144 struct file_stack *fs;2152 fs = (struct file_stack *) xmalloc (sizeof (struct file_stack));2167 struct file_stack *fs; in pop_srcloc()
1383 struct file_stack *p;
1587 * input.h (struct file_stack): Added indent_level.
3911 file_stack.name. Update prototypes.
5914 * input.h (struct file_stack): Remove indent_level.
71 struct file_stack struct73 struct file_stack *next; argument97 extern struct file_stack *input_file_stack; argument
192 struct file_stack_entry *file_stack; variable228 ep->next = file_stack; in file_push()229 file_stack = ep; in file_push()236 struct file_stack_entry *ep = file_stack; in file_pop()241 file_stack = ep->next; in file_pop()576 if (file_stack != NULL && ! recompile_files ()) in read_repo_files()748 return (file_stack != NULL); in scan_linker_output()
162 struct file_stack *input_file_stack;168 typedef struct file_stack *fs_p;962 struct file_stack *fs; in push_srcloc()968 fs = XNEW (struct file_stack); in push_srcloc()989 struct file_stack *fs; in pop_srcloc()
292 struct file_stack *p; in diagnostic_report_current_module()
795 struct file_stack *p = input_file_stack; in ffelex_file_pop_()813 struct file_stack *p in ffelex_file_push_()814 = (struct file_stack *) xmalloc (sizeof (struct file_stack)); in ffelex_file_push_()