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

/macosx-10.9.5/vim-53/src/
H A Dex_cmds.c6324 int this_utf8; local
6406 this_utf8 = MAYBE;
6412 this_utf8 = TRUE;
6417 this_utf8 = FALSE;
6422 if (this_utf8 == MAYBE) /* only ASCII characters found */
6423 this_utf8 = FALSE;
6425 utf8 = this_utf8;
6426 else if (utf8 != this_utf8)

Completed in 136 milliseconds