Lines Matching refs:POINTER
55 #define POINTER void * macro
143 POINTER (*chunkfun) (long), void (*freefun) (void *)) in _obstack_begin()
187 POINTER (*chunkfun) (POINTER, long), in _obstack_begin_1()
188 void (*freefun) (POINTER, POINTER), POINTER arg) in _obstack_begin_1() argument
301 int _obstack_allocated_p (struct obstack *h, POINTER obj);
304 _obstack_allocated_p (struct obstack *h, POINTER obj) in _obstack_allocated_p()
313 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_allocated_p()
330 _obstack_free (struct obstack *h, POINTER obj) in _obstack_free()
339 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in _obstack_free()
362 obstack_free (struct obstack *h, POINTER obj) in obstack_free()
371 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) in obstack_free()
433 POINTER (obstack_base) (struct obstack *obstack)
438 POINTER (obstack_next_free) (struct obstack *obstack)
458 void (obstack_grow) (struct obstack *obstack, POINTER pointer, int length)
463 void (obstack_grow0) (struct obstack *obstack, POINTER pointer, int length)
488 POINTER (obstack_finish) (struct obstack *obstack)
493 POINTER (obstack_alloc) (struct obstack *obstack, int length)
498 POINTER (obstack_copy) (struct obstack *obstack, POINTER pointer, int length)
503 POINTER (obstack_copy0) (struct obstack *obstack, POINTER pointer, int length)