Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/grep/dist/src/
H A Ddfa.c2578 check_matching_with_multibyte_ops (struct dfa *d, int s, int index) in check_matching_with_multibyte_ops() function
2635 work_mbls = check_matching_with_multibyte_ops(d, s, *pp - buf_begin); in transit_state_consume_1char()
2677 match_lens = check_matching_with_multibyte_ops(d, s, *pp - buf_begin); in transit_state()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c2557 check_matching_with_multibyte_ops (struct dfa *d, int s, int index) in check_matching_with_multibyte_ops() function
2614 work_mbls = check_matching_with_multibyte_ops(d, s, *pp - buf_begin); in transit_state_consume_1char()
2656 match_lens = check_matching_with_multibyte_ops(d, s, *pp - buf_begin); in transit_state()
/netbsd-src/external/gpl2/grep/dist/
H A DChangeLog290 (check_matching_with_multibyte_ops) : handle MBCSET.
382 (check_matching_with_multibyte_ops): new function.