Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h551 # define bindtextdomain(domain, dir) (*dyn_libintl_bindtextdomain)((domain), (dir)) macro
572 # ifdef bindtextdomain
573 # undef bindtextdomain
575 # define bindtextdomain(x, y) // empty macro
H A Dlocale.c255 bindtextdomain(VIMPACKAGE, (char *)NameBuff); in init_locale()
H A Dgui_gtk.c60 # ifdef bindtextdomain
61 # undef bindtextdomain
H A Dmisc1.c1950 bindtextdomain(VIMPACKAGE, (char *)buf); in vim_setenv()
H A Dgui_gtk_x11.c44 # ifdef bindtextdomain
45 # undef bindtextdomain
/vim-8.2.3635/runtime/syntax/
H A Dawk.vim63 syn keyword awkFunction bindtextdomain dcgettext dcngetext
H A Dphp.vim399 syn keyword phpFunctions bind_textdomain_codeset bindtextdomain dcgettext dcngettext dgettext dnget…
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt13007 Solution: Put bindtextdomain() in vim_setenv().