Home
last modified time | relevance | path

Searched refs:file_stack (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtlink.c202 struct file_stack_entry *file_stack; variable
237 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()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtlink.c196 struct file_stack_entry *file_stack; variable
231 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()
/dflybsd-src/sbin/devfsctl/
H A Ddevfsctl.c99 static char *file_stack[RULE_MAX_STACK]; variable
141 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()