Searched refs:file_stack (Results 1 – 8 of 8) sorted by relevance
182 stk_t *file_stack; in stabs_read() local201 file_stack = stack_new(free); in stabs_read()203 stack_push(file_stack, file); in stabs_read()234 if (stack_level(file_stack) != 1) { in stabs_read()235 str = (char *)stack_pop(file_stack); in stabs_read()237 curhdr = (char *)stack_peek(file_stack); in stabs_read()258 stack_push(file_stack, curhdr); in stabs_read()
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()
164 struct file_stack *input_file_stack;170 typedef struct file_stack *fs_p;1000 struct file_stack *fs; in push_srcloc()1006 fs = XNEW (struct file_stack); in push_srcloc()1027 struct file_stack *fs; in pop_srcloc()
292 struct file_stack *p; in diagnostic_report_current_module()
1587 * input.h (struct file_stack): Added indent_level.
19177 file_stack.name. Update prototypes.
20361 * input.h (struct file_stack): Remove indent_level.