Lines Matching refs:xmalloc
63 extern void *xmalloc(size_t);
150 n = (struct notice *)xmalloc(sizeof (struct notice)); in el_init()
156 k = (struct key *)xmalloc(sizeof (struct key)); in el_init()
170 n = (struct notice *)xmalloc(sizeof (struct notice)); in el_init()
176 k = (struct key *)xmalloc(sizeof (struct key)); in el_init()
184 ind = (struct index *)xmalloc(sizeof (struct index)); in el_init()
192 n = (struct notice *)xmalloc(sizeof (struct notice)); in el_init()
199 k = (struct key *)xmalloc(sizeof (struct key)); in el_init()
208 ind = (struct index *)xmalloc(sizeof (struct index)); in el_init()
244 n = (struct notice *)xmalloc(sizeof (struct notice)); in el_add()
267 k2 = (struct key *)xmalloc(sizeof (struct key)); in el_add()