Searched refs:extra_t (Results 1 – 1 of 1) sorted by relevance
206 typedef struct extra_t { in main() struct208 struct extra_t *next; in main() argument209 } extra_t; in main() typedef211 extra_t *extra = NULL; in main()233 extra_t **epp; in main()239 *epp = calloc( 1, sizeof( extra_t ) ); in main()865 extra_t *e; in main()