Searched refs:accepts_in_context (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/grep/lib/ |
| HD | dfa.c | 577 accepts_in_context (int prev, int curr, state_num state, struct dfa const *dfa) in accepts_in_context() function 2959 if (accepts_in_context (d->states[s].context, CTX_NEWLINE, s, d)) in build_state() 2961 if (accepts_in_context (d->states[s].context, CTX_LETTER, s, d)) in build_state() 2963 if (accepts_in_context (d->states[s].context, CTX_NONE, s, d)) in build_state() 3497 && accepts_in_context (d->states[s].context, CTX_NEWLINE, s, in dfaexec_main()
|