file_table        115 dxref.c        				       struct file *file_table, int *n_line);
file_table        361 dxref.c            struct file *file_table;
file_table        367 dxref.c            file_table = emalloc (sizeof (struct file) * *n_file + 1);
file_table        369 dxref.c            file_table [0].filename = "!!!unused entry";
file_table        370 dxref.c            file_table [0].pathname = "!!!unused entry";
file_table        378 dxref.c        	    file_table [i].filename = xmlNodeGetContent (child);
file_table        381 dxref.c        		file_table [i].pathname = file_table [i].filename;
file_table        384 dxref.c        			  dir_table [d], file_table [i].filename);
file_table        385 dxref.c        		file_table [i].pathname = strdup (buf);
file_table        391 dxref.c            return file_table;
file_table        395 dxref.c        create_line_table (xmlNodePtr node, struct file *file_table, int *n_line)
file_table        413 dxref.c        	    line_table [i].file = &file_table [atoi (file)];