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

/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-match-utils.h19 prev_c = next_c; \
86 prev_c = next_c; \
117 prev_c = next_c; \
142 && (prev_c != L'\n' || !reg_newline)) \
147 && (IS_WORD_CHAR(prev_c) || !IS_WORD_CHAR(next_c))) \
149 && (!IS_WORD_CHAR(prev_c) || IS_WORD_CHAR(next_c))) \
152 && IS_WORD_CHAR(prev_c) == IS_WORD_CHAR(next_c))) \
155 || IS_WORD_CHAR(prev_c) != IS_WORD_CHAR(next_c))))
160 && !tre_isctype((tre_cint_t)prev_c, trans_i->u.class)) \
163 && !tre_isctype(tre_tolower((tre_cint_t)prev_c),trans_
[all...]
H A Dtre-match-parallel.c99 tre_char_t prev_c = 0, next_c = 0; local
223 prev_c = (unsigned char)*(str_byte - 1);
252 prev_c = *(str_byte - 2);
260 prev_c = next_c;
348 DPRINT(("%3d:%2lc/%05d |", pos - 1, (tre_cint_t)prev_c, (int)prev_c));
414 if (trans_i->code_min <= (tre_cint_t)prev_c &&
415 trans_i->code_max >= (tre_cint_t)prev_c)
H A Dtre-match-backtrack.c189 tre_char_t prev_c = 0, next_c = 0; local
319 DPRINT(("> init %p, prev_c %lc\n", trans_i->state, (tre_cint_t)prev_c));
483 /* Advance in input string and resync `prev_c', `next_c'
530 if (trans_i->code_min <= (tre_cint_t)prev_c
531 && trans_i->code_max >= (tre_cint_t)prev_c)
H A Dtre-match-approx.c195 tre_char_t prev_c = 0, next_c = 0; local
682 if (trans->code_min > (tre_cint_t)prev_c
683 || trans->code_max < (tre_cint_t)prev_c)
/netbsd-current/external/bsd/unbound/dist/sldns/
H A Dparse.c35 int c, prev_c; local
55 prev_c = 0;
64 if (c == '(' && prev_c != '\\' && !quoted) {
69 prev_c = c;
73 if (c == ')' && prev_c != '\\' && !quoted) {
78 prev_c = c;
90 if (prev_c != '\\') {
94 if (c == '\"' && com == 0 && prev_c != '\\') {
124 prev_c = c;
131 prev_c
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dsl.c139 SL_cmd *c, *prev_c; local
147 prev_c = NULL;
150 if(prev_c)
151 printf ("\n\t%s%s", prev_c->usage ? prev_c->usage : "",
152 prev_c->usage ? "\n" : "");
153 prev_c = c;
158 if(prev_c)
159 printf ("\n\t%s%s", prev_c->usage ? prev_c
[all...]

Completed in 187 milliseconds