Home
last modified time | relevance | path

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

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