Home
last modified time | relevance | path

Searched defs:target_multibyte (Results 1 – 8 of 8) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dregex-emacs.h120 bool_bf target_multibyte : 1; member
H A Dregex-emacs.c3910 bool target_multibyte = RE_TARGET_MULTIBYTE_P (bufp); in re_match_2_internal() local
5072 Lisp_Object translate, bool target_multibyte) in bcmp_translate()
/dports/editors/emacs/emacs-27.2/src/
H A Dregex-emacs.h120 bool_bf target_multibyte : 1; member
H A Dregex-emacs.c3901 bool target_multibyte = RE_TARGET_MULTIBYTE_P (bufp); in re_match_2_internal() local
5064 Lisp_Object translate, bool target_multibyte) in bcmp_translate()
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/emacs/src/
H A Dregex.h407 unsigned target_multibyte : 1; member
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/emacs/src/
H A Dregex.h407 unsigned target_multibyte : 1; member
/dports/editors/le/le-1.16.6/src/
H A Dregex.h426 unsigned target_multibyte : 1; member
H A Dregex.c4971 const boolean target_multibyte = RE_TARGET_MULTIBYTE_P (bufp); in WEAK_ALIAS() local
6228 RE_TRANSLATE_TYPE translate, const int target_multibyte) in bcmp_translate()