Lines Matching defs:jmploc
398 struct jmploc jmploc;399 struct jmploc * const savehandler = handler;402 if (setjmp(jmploc.loc))405 handler = &jmploc;415 struct jmploc jmploc;416 struct jmploc * const savehandler = handler;419 if (!setjmp(jmploc.loc)) {420 handler = &jmploc;
Indexes created Wed Oct 01 13:09:50 GMT 2025