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

/openbsd-current/lib/libpcap/
H A Dgencode.c65 static jmp_buf top_ctx; variable
89 longjmp(top_ctx, 1);
285 if (setjmp(top_ctx)) {
331 if (setjmp(top_ctx)) {

Completed in 168 milliseconds