Home
last modified time | relevance | path

Searched defs:byteidx (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dstrings.c813 byteidx(typval_T *argvars, typval_T *rettv, int comp UNUSED) in byteidx() function
1026 int byteidx = 0; in f_strgetchar() local
H A Deval.c5161 buf_byteidx_to_charidx(buf_T *buf, int lnum, int byteidx) in buf_byteidx_to_charidx()