Searched refs:prev_c (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-utils.h19 prev_c = next_c; \
87 prev_c = next_c; \
120 prev_c = next_c; \
146 && (prev_c != L'\n' || !reg_newline)) \
151 && (IS_WORD_CHAR(prev_c) || !IS_WORD_CHAR(next_c))) \
153 && (!IS_WORD_CHAR(prev_c) || IS_WORD_CHAR(next_c))) \
156 && IS_WORD_CHAR(prev_c) == IS_WORD_CHAR(next_c))) \
159 || IS_WORD_CHAR(prev_c) != IS_WORD_CHAR(next_c))))
164 && !tre_isctype((tre_cint_t)prev_c, trans_i->u.class)) \
167 && !tre_isctype(tre_tolower((tre_cint_t)prev_c),trans_
[all...]
H A Dtre-match-parallel.c113 tre_char_t prev_c = 0, next_c = 0; local
222 prev_c = (unsigned char)*(str_byte - 1);
251 prev_c = *(str_byte - 2);
259 prev_c = next_c;
347 DPRINT(("%3d:%2lc/%05d |", pos - 1, (tre_cint_t)prev_c, (int)prev_c));
413 if (trans_i->code_min <= (tre_cint_t)prev_c &&
414 trans_i->code_max >= (tre_cint_t)prev_c)
H A Dtre-match-backtrack.c204 tre_char_t prev_c = 0, next_c = 0; local
334 DPRINT(("> init %p, prev_c %lc\n", trans_i->state, (tre_cint_t)prev_c));
498 /* Advance in input string and resync `prev_c', `next_c'
545 if (trans_i->code_min <= (tre_cint_t)prev_c
546 && trans_i->code_max >= (tre_cint_t)prev_c)
H A Dtre-match-approx.c210 tre_char_t prev_c = 0, next_c = 0; local
685 if (trans->code_min > (tre_cint_t)prev_c
686 || trans->code_max < (tre_cint_t)prev_c)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dl2cap.h373 struct sock *prev_c; member in struct:l2cap_pinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dl2cap.c195 l2cap_pi(l->head)->prev_c = sk;
198 l2cap_pi(sk)->prev_c = NULL;
204 struct sock *next = l2cap_pi(sk)->next_c, *prev = l2cap_pi(sk)->prev_c;
211 l2cap_pi(next)->prev_c = prev;

Completed in 41 milliseconds