Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/syntax/
H A Dz8a.vim17 syn keyword z8aInstruction neg nop or otdr otir out outd outi
/vim-8.2.3635/src/
H A Dspell.c2757 int outi = 0; in spell_casefold() local
2764 if (outi + MB_MAXBYTES > buflen) in spell_casefold()
2766 buf[outi] = NUL; in spell_casefold()
2784 outi += mb_char2bytes(c, buf + outi); in spell_casefold()
2786 buf[outi] = NUL; in spell_casefold()