Lines Matching refs:prev_c
54 prev_c = next_c; pos += pos_add_next; \
67 && (prev_c != L'\n' || !reg_newline)) \
72 && (IS_WORD_CHAR(prev_c) || !IS_WORD_CHAR(next_c))) \
74 && (!IS_WORD_CHAR(prev_c) || IS_WORD_CHAR(next_c))) \
77 && IS_WORD_CHAR(prev_c) == IS_WORD_CHAR(next_c))) \
80 || IS_WORD_CHAR(prev_c) != IS_WORD_CHAR(next_c))))
85 && !tre_isctype((tre_cint_t)prev_c, trans_i->u.class)) \
88 && !tre_isctype(tre_tolower((tre_cint_t)prev_c),trans_i->u.class) \
89 && !tre_isctype(tre_toupper((tre_cint_t)prev_c),trans_i->u.class)) \
91 && tre_neg_char_classes_match(trans_i->neg_classes,(tre_cint_t)prev_c,\
175 tre_char_t prev_c = 0, next_c = 0; in tre_tnfa_run_parallel() local
382 if (trans_i->code_min <= (tre_cint_t)prev_c && in tre_tnfa_run_parallel()
383 trans_i->code_max >= (tre_cint_t)prev_c) in tre_tnfa_run_parallel()
598 tre_char_t prev_c = 0, next_c = 0; in tre_tnfa_run_backtrack() local
825 if (trans_i->code_min <= (tre_cint_t)prev_c in tre_tnfa_run_backtrack()
826 && trans_i->code_max >= (tre_cint_t)prev_c) in tre_tnfa_run_backtrack()