Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhelp.c972 int this_utf8; in helptags_one() local
1043 this_utf8 = MAYBE; in helptags_one()
1049 this_utf8 = TRUE; in helptags_one()
1054 this_utf8 = FALSE; in helptags_one()
1059 if (this_utf8 == MAYBE) // only ASCII characters found in helptags_one()
1060 this_utf8 = FALSE; in helptags_one()
1062 utf8 = this_utf8; in helptags_one()
1063 else if (utf8 != this_utf8) in helptags_one()