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

/netbsd-current/external/gpl2/lvm2/dist/libdm/regex/
H A Dmatcher.c332 static struct dfa_state *_step_matcher(int c, struct dfa_state *cs, int *r) function
348 if (!(cs = _step_matcher(HAT_CHAR, cs, &r)))
352 if (!(cs = _step_matcher(*s, cs, &r)))
355 _step_matcher(DOLLAR_CHAR, cs, &r);

Completed in 162 milliseconds