HomeSort by relevance Sort by last modified time
    Searched defs:rebound (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
sh.c 290 jmp_buf rebound; local
296 if (!setjmp(rebound)) {
297 toys.rebound = &rebound;
  /external/toybox/
toys.h 134 jmp_buf *rebound; // longjmp here instead of exit when do_rebound set member in struct:toy_context

Completed in 69 milliseconds