Home
last modified time | relevance | path

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

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dextract-liarc-decls.c97 const char * prefix_from_file; in process_file() local
101 prefix_from_file = (filename_prefix (filename)); in process_file()
103 = (apply_prefix_rules ((prefix_from_file == 0) in process_file()
105 : prefix_from_file)); in process_file()
122 if (prefix_from_file != 0) in process_file()
123 free ((void *) prefix_from_file); in process_file()