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

/haiku-fatelf/src/bin/bash/
H A Dunwind_prot.c60 If HEAD.CLEANUP is restore_variable, then SV.V contains the saved
85 static inline void restore_variable __P((SAVED_VAR *));
261 restore_variable (sv) function
288 if (elt->head.cleanup == (Function *) restore_variable)
289 restore_variable (&elt->sv.v);
310 elt->head.cleanup = (Function *) restore_variable;

Completed in 98 milliseconds