Lines Matching defs:file
82 newProp(node, "file", stream_name(sym->pos.stream));
91 newProp(node, "end-file", stream_name(sym->endpos.stream));
288 static inline void examine_symbol_list(const char *file, struct symbol_list *list)
291 int stream_id = get_stream_id (file);
305 char *file;
321 FOR_EACH_PTR(filelist, file) {
322 examine_symbol_list(file, symlist);
323 sparse_keep_tokens(file);
324 examine_symbol_list(file, file_scope->symbols);
325 examine_symbol_list(file, global_scope->symbols);
326 } END_FOR_EACH_PTR(file);