Searched refs:listentry (Results 1 – 1 of 1) sorted by relevance
239 typedef struct listentry { struct241 struct listentry * next; argument242 } listentry; typedef247 static int getall(struct listentry ** namelist);248 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count);357 listentry * namelist = NULL; in main()674 struct listentry * entry = namelist; in main()675 struct listentry * next; in main()1029 static int getall(struct listentry ** namelist) { in getall()1031 struct listentry dummyentry; in getall()[all …]