Searched refs:listentry (Results 1 – 1 of 1) sorted by relevance
240 typedef struct listentry { struct242 struct listentry * next; argument243 } listentry; typedef248 static int getall(struct listentry ** namelist);249 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count);358 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 …]