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

/xsrc/external/mit/libXt/dist/test/
H A DEvent.c48 static sigjmp_buf jump_env; variable in typeref:typename:sigjmp_buf
52 siglongjmp(jump_env, 1);
73 if (sigsetjmp(jump_env, 1) == 0) {
/xsrc/external/mit/libXpm/dist/test/
H A DTestAllFiles.h43 static sigjmp_buf jump_env; variable in typeref:typename:sigjmp_buf
47 siglongjmp(jump_env, 1);
116 if (sigsetjmp(jump_env, 1) == 0) {
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-ppc.c132 static jmp_buf jump_env; variable in typeref:typename:jmp_buf
139 longjmp (jump_env, 1);
152 jmp_result = setjmp (jump_env);

Completed in 3 milliseconds