Searched refs:ign_hash (Results 1 – 1 of 1) sorted by relevance
68 static struct list *ign_hash(const char *, int);121 if (ign_hash(name, 0)) { in ignore_check()156 (void) ign_hash(name, 1); in ignore_file()230 (void) ign_hash(s, 1); in ignore_pgm()255 ign_hash(const char *name, int alloc) in ign_hash() function