jmpenv             58 scripts/sortextable.c static jmp_buf jmpenv;	/* setjmp/longjmp per-file error escape */
jmpenv             80 scripts/sortextable.c 	longjmp(jmpenv, SJ_FAIL);
jmpenv            377 scripts/sortextable.c 		int const sjval = setjmp(jmpenv);