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;
382 if (trans_i->code_min <= (tre_cint_t)prev_c &&
383 trans_i->code_max >= (tre_cint_t)prev_c)
597 tre_char_t prev_c = 0, next_c = 0;
800 /* Advance in input string and resync `prev_c', `next_c'
824 if (trans_i->code_min <= (tre_cint_t)prev_c
825 && trans_i->code_max >= (tre_cint_t)prev_c)