Searched refs:MacFileType (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkFileFilter.h33 typedef struct MacFileType { struct
34 struct MacFileType * next; /* Chains to the next mac file type
38 } MacFileType; typedef in typeref:struct:MacFileType
45 MacFileType * macTypes; /* Head of mac file type list */
46 MacFileType * macTypesTail; /* Tail of mac file type list */
H A DtkFileFilter.c320 MacFileType * mfPtr = (MacFileType*)ckalloc(sizeof(MacFileType));
485 MacFileType * mfPtr, * toFree;

Completed in 11 milliseconds