Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dencoding.c30 const char bytes[], size_t *pos, size_t bytelen) in decode_utf8() argument
38 for(; *pos < bytelen && *cpi < cplen; (*pos)++) { in decode_utf8()
166 const char bytes[], size_t *pos, size_t bytelen) in decode_usascii() argument
170 for(; *pos < bytelen && *cpi < cplen; (*pos)++) { in decode_usascii()
192 const char bytes[], size_t *pos, size_t bytelen) in decode_table() argument
197 for(; *pos < bytelen && *cpi < cplen; (*pos)++) { in decode_table()
/vim-8.2.3635/src/
H A Dpopupmenu.c1193 int bytelen; member
1257 item->bytelen = p - item->start; in split_message()
1295 if (item->bytelen == 0) in split_message()
1298 for (skip = 0; skip < item->bytelen; skip += thislen) in split_message()
1304 p < item->start + item->bytelen; in split_message()
1311 thislen = item->bytelen; in split_message()
H A Dfileio.c1597 int bytelen; in readfile() local
1643 if (bytelen > size) in readfile()
1648 if (bytelen <= CONV_RESTLEN) in readfile()
1652 bytelen = size; in readfile()
1670 for (bytelen = 1; bytelen <= size && bytelen <= 3; in readfile()
1671 ++bytelen) in readfile()
1675 (LPCSTR)src, bytelen, in readfile()
1688 bytelen = 1; in readfile()
1734 dst += bytelen; in readfile()
1741 src += bytelen; in readfile()
[all …]
H A Dregexp_nfa.c5151 *bytelen = 0; in match_backref()
5168 *bytelen = len; in match_backref()
5191 *bytelen = len; in match_backref()
5215 *bytelen = 0; in match_zref()
5222 *bytelen = len; in match_zref()
6207 int bytelen; in nfa_regmatch() local
6231 if (bytelen == 0) in nfa_regmatch()
6251 add_off = bytelen; in nfa_regmatch()
6714 int bytelen; in nfa_regmatch() local
6731 if (bytelen == 0) in nfa_regmatch()
[all …]
H A Dregexp.c1089 …_backref(linenr_T start_lnum, colnr_T start_col, linenr_T end_lnum, colnr_T end_col, int *bytelen);
1435 int *bytelen) in match_with_backref() argument
1442 if (bytelen != NULL) in match_with_backref()
1443 *bytelen = 0; in match_with_backref()
1474 if (bytelen != NULL) in match_with_backref()
1475 *bytelen += len; in match_with_backref()
1483 if (bytelen != NULL) in match_with_backref()
1484 *bytelen = 0; in match_with_backref()
H A Dregister.c1975 int bytelen = (*mb_ptr2len)(ml_get_cursor()); in do_put() local
1978 col += bytelen; in do_put()
1981 curwin->w_cursor.col += bytelen; in do_put()
1982 curbuf->b_op_end.col += bytelen; in do_put()