Lines Matching refs:fail

2197     if (*s1++ != *s2++) goto fail;\
2203 goto fail; \
2256 #define DATA_ENSURE(n) if (s + (n) > right_range) goto fail
2866 goto fail; /* for retry */ in match_at()
2869 goto fail; /* for retry */ in match_at()
2879 if (*ps != *s) goto fail; in match_at()
2898 if (*ps != *q) goto fail; in match_at()
2908 if (*ps != *s) goto fail; in match_at()
2910 if (*ps != *s) goto fail; in match_at()
2919 if (*ps != *s) goto fail; in match_at()
2921 if (*ps != *s) goto fail; in match_at()
2923 if (*ps != *s) goto fail; in match_at()
2932 if (*ps != *s) goto fail; in match_at()
2934 if (*ps != *s) goto fail; in match_at()
2936 if (*ps != *s) goto fail; in match_at()
2938 if (*ps != *s) goto fail; in match_at()
2947 if (*ps != *s) goto fail; in match_at()
2949 if (*ps != *s) goto fail; in match_at()
2951 if (*ps != *s) goto fail; in match_at()
2953 if (*ps != *s) goto fail; in match_at()
2955 if (*ps != *s) goto fail; in match_at()
2966 if (*ps++ != *s++) goto fail; in match_at()
2990 if (ps >= endp) goto fail; in match_at()
2991 if (*ps != *q) goto fail; in match_at()
3003 if (*ps != *s) goto fail; in match_at()
3005 if (*ps != *s) goto fail; in match_at()
3013 if (*ps != *s) goto fail; in match_at()
3015 if (*ps != *s) goto fail; in match_at()
3018 if (*ps != *s) goto fail; in match_at()
3020 if (*ps != *s) goto fail; in match_at()
3028 if (*ps != *s) goto fail; in match_at()
3030 if (*ps != *s) goto fail; in match_at()
3032 if (*ps != *s) goto fail; in match_at()
3034 if (*ps != *s) goto fail; in match_at()
3037 if (*ps != *s) goto fail; in match_at()
3039 if (*ps != *s) goto fail; in match_at()
3049 if (*ps != *s) goto fail; in match_at()
3051 if (*ps != *s) goto fail; in match_at()
3063 if (*ps != *s) goto fail; in match_at()
3065 if (*ps != *s) goto fail; in match_at()
3067 if (*ps != *s) goto fail; in match_at()
3081 if (*ps != *s) goto fail; in match_at()
3090 if (BITSET_AT(p->cclass.bsp, *s) == 0) goto fail; in match_at()
3097 if (! ONIGENC_IS_MBC_HEAD(encode, s)) goto fail; in match_at()
3110 if (! onig_is_in_code_range(p->cclass_mb.mb, code)) goto fail; in match_at()
3122 goto fail; in match_at()
3131 if (BITSET_AT(p->cclass.bsp, *s) != 0) goto fail; in match_at()
3158 if (onig_is_in_code_range(p->cclass_mb.mb, code)) goto fail; in match_at()
3172 goto fail; in match_at()
3183 if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail; in match_at()
3202 if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail; in match_at()
3237 if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail; in match_at()
3271 goto fail; in match_at()
3280 goto fail; in match_at()
3289 goto fail; in match_at()
3298 goto fail; in match_at()
3312 goto fail; in match_at()
3316 goto fail; in match_at()
3321 goto fail; in match_at()
3334 goto fail; in match_at()
3338 goto fail; in match_at()
3343 goto fail; in match_at()
3362 goto fail; in match_at()
3376 goto fail; in match_at()
3405 goto fail; in match_at()
3410 if (! ON_STR_BEGIN(s)) goto fail; in match_at()
3416 if (! ON_STR_END(s)) goto fail; in match_at()
3423 if (IS_NOTBOL(msa->options)) goto fail; in match_at()
3431 goto fail; in match_at()
3438 if (IS_NOTEOL(msa->options)) goto fail; in match_at()
3455 goto fail; in match_at()
3462 if (IS_NOTEOL(msa->options)) goto fail; in match_at()
3484 goto fail; in match_at()
3488 goto fail; in match_at()
3561 if (mem_end_stk[mem] == INVALID_STACK_INDEX) goto fail; in match_at()
3562 if (mem_start_stk[mem] == INVALID_STACK_INDEX) goto fail; in match_at()
3584 if (mem_end_stk[mem] == INVALID_STACK_INDEX) goto fail; in match_at()
3585 if (mem_start_stk[mem] == INVALID_STACK_INDEX) goto fail; in match_at()
3628 if (i == tlen) goto fail; in match_at()
3660 if (i == tlen) goto fail; in match_at()
3692 goto fail; in match_at()
3711 if (i == tlen) goto fail; in match_at()
3728 goto fail; in match_at()
3784 if (is_empty == -1) goto fail; in match_at()
3808 if (is_empty == -1) goto fail; in match_at()
3957 goto fail; in match_at()
3972 if (IS_NULL(s)) goto fail; in match_at()
3998 goto fail; in match_at()
4104 goto fail; in match_at()
4143 fail: in match_at()
4151 fail: in match_at()
5113 if (IS_NULL(prev)) goto fail; in backward_search()
5126 if (IS_NULL(p)) goto fail; in backward_search()
5159 fail: in backward_search()