Searched refs:def_pool_str (Results 1 – 6 of 6) sorted by relevance
83 typedef struct def_pool_str { struct84 struct def_pool_str *next; argument86 } def_pool_str; argument88 static def_pool_str *pool_strs = NULL;1632 def_pool_str *e; in def_pool_alloc()1634 e = (def_pool_str *) xmalloc (sizeof (def_pool_str) + sz); in def_pool_alloc()1656 def_pool_str *p; in def_pool_free()
153 typedef struct def_pool_str { struct154 struct def_pool_str *next; argument156 } def_pool_str; argument158 static def_pool_str *pool_strs = NULL;3478 def_pool_str *e; in def_pool_alloc()3480 e = (def_pool_str *) xmalloc (sizeof (def_pool_str) + sz); in def_pool_alloc()3502 def_pool_str *p; in def_pool_free()
623 * deffilep.y (def_pool_str): New type.
81 typedef struct def_pool_str { struct82 struct def_pool_str *next; argument84 } def_pool_str; typedef86 static def_pool_str *pool_strs = NULL;1527 def_pool_str *e; in def_pool_alloc()1529 e = (def_pool_str *) xmalloc (sizeof (def_pool_str) + sz); in def_pool_alloc()1551 def_pool_str *p; in def_pool_free()
151 typedef struct def_pool_str { struct152 struct def_pool_str *next; argument154 } def_pool_str; typedef156 static def_pool_str *pool_strs = NULL;3342 def_pool_str *e; in def_pool_alloc()3344 e = (def_pool_str *) xmalloc (sizeof (def_pool_str) + sz); in def_pool_alloc()3366 def_pool_str *p; in def_pool_free()