Searched refs:unwind_protect_list (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/bash/
H A Dunwind_prot.c88 static UNWIND_ELT *unwind_protect_list = (UNWIND_ELT *)NULL; variable
124 if (unwind_protect_list)
133 if (unwind_protect_list)
150 if (unwind_protect_list)
155 /* Run the list of cleanup functions in unwind_protect_list. */
159 if (unwind_protect_list)
171 if (unwind_protect_list)
182 return (unwind_protect_list != 0);
199 elt->head.next = unwind_protect_list;
202 unwind_protect_list
[all...]

Completed in 58 milliseconds