Searched defs:file_hash_entry (Results 1 – 3 of 3) sorted by relevance
51 typedef struct file_hash_entry struct53 const char *key;54 const char *args;55 const char *dir;56 const char *main;57 int tweaking;
56 typedef struct file_hash_entry struct58 const char *key;59 const char *args;60 const char *dir;61 const char *main;62 int tweaking;
139 struct file_hash_entry struct141 struct file_hash_entry *next; argument162 static struct file_hash_entry *search_cache (struct file_hash_entry *head, argument