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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.decls.h86 extern void cleanup_push_internal(void *, void (*fn) (void *)
89 #define cleanup_push(v, f) cleanup_push_internal(v, f, __FILE__, __LINE__)
91 #define cleanup_push(v, f) cleanup_push_internal(v, f)
H A Dsh.err.c389 cleanup_push_internal(void *var, void (*fn) (void *) function

Completed in 51 milliseconds