Searched refs:xrenew (Results 1 – 1 of 1) sorted by relevance
158 #define xrenew(p,count) (p) = xrealloc((p),sizeof(*(p))*(count)) macro390 xrenew( l->events, new_max ); in looper_grow()391 xrenew( l->hooks, new_max ); in looper_grow()