HomeSort by relevance Sort by last modified time
    Searched defs:obstack_alloc_failed_handler (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
obstack.c 85 jump to the handler pointed to by 'obstack_alloc_failed_handler'.
91 void (*obstack_alloc_failed_handler) (void) = print_and_abort; variable
138 Return nonzero if successful, calls obstack_alloc_failed_handler if
176 (*obstack_alloc_failed_handler) ();
224 (*obstack_alloc_failed_handler) ();
261 (*obstack_alloc_failed_handler) ();
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.c 87 jump to the handler pointed to by `obstack_alloc_failed_handler'.
93 void (*obstack_alloc_failed_handler) (void) = print_and_abort; variable
140 Return nonzero if successful, calls obstack_alloc_failed_handler if
178 (*obstack_alloc_failed_handler) ();
226 (*obstack_alloc_failed_handler) ();
263 (*obstack_alloc_failed_handler) ();

Completed in 69 milliseconds