Home
last modified time | relevance | path

Searched refs:BC_LONGJMP_STOP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bc/src/
H A Dvm.c1120 if (vm->status == (sig_atomic_t) BC_STATUS_SUCCESS) BC_LONGJMP_STOP;
1246 BC_LONGJMP_STOP;
1334 if (vm->status == (sig_atomic_t) BC_STATUS_SUCCESS) BC_LONGJMP_STOP;
/freebsd/contrib/bc/include/
H A Dstatus.h819 #define BC_LONGJMP_STOP \ macro