Searched refs:f_ch_p (Results 1 – 3 of 3) sorted by relevance
104 rev = anychar_p[rev.ch = arg1] >> !rev >> f_ch_p(rev.ch); in closure_tests()115 rev2 = anychar_p[rev2.ch = arg1] >> !rev2 >> f_ch_p(rev2.ch) in closure_tests()122 rev2 = anychar_p[rev2.ch = arg1] >> !rev2 >> f_ch_p(rev2.ch) in closure_tests()
56 rule<> r = anychar_p[var(ch) = arg1] >> *f_ch_p(const_(ch)); in narrow_f_ch_p()73 wrule_t r = anychar_p[var(ch) = arg1] >> *f_ch_p(const_(ch)); in wide_f_ch_p()
41 f_ch_p(ChGenT chgen) in f_ch_p() function