Lines Matching refs:_SIGJBLEN
60 * (_SIGJBLEN) are defined by the appropriate, processor specific, ABI.
63 #define _JBLEN 128 /* must be the same as _SIGJBLEN for libucb */
64 #define _SIGJBLEN 128 /* ABI value */
66 #define _JBLEN 128 /* must be the same as _SIGJBLEN for libucb */
67 #define _SIGJBLEN 128 /* ABI value */
70 #define _SIGJBLEN 19 /* ABI value */
72 #define _JBLEN 19 /* _SIGJBLEN */
73 #define _SIGJBLEN 19 /* ABI value */
95 typedef int sigjmp_buf[_SIGJBLEN];
97 typedef long sigjmp_buf[_SIGJBLEN];