Searched refs:jumpBuf (Results 1 – 2 of 2) sorted by relevance
142 t->jumpBuf = NULL; in CuTestInit()162 tc->jumpBuf = &buf; in CuTestRun()168 tc->jumpBuf = 0; in CuTestRun()180 if (tc->jumpBuf != 0) longjmp(*(tc->jumpBuf), 0); in CuFailInternal()
73 jmp_buf *jumpBuf; member