Searched defs:rebound (Results 1 - 2 of 2) sorted by relevance

/external/toybox/
H A Dtoys.h115 jmp_buf *rebound; // longjmp here instead of exit when do_rebound set member in struct:toy_context
/external/toybox/toys/pending/
H A Dsh.c293 jmp_buf rebound; local
299 if (!setjmp(rebound)) {
300 toys.rebound = &rebound;

Completed in 95 milliseconds