Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dterm.pro79 int check_termcode(int max_offset, char_u *buf, int bufsize, int *buflen);
/vim-8.2.3635/src/
H A Dgetchar.c2319 check_simplify_modifier(int max_offset) in check_simplify_modifier() argument
2324 for (offset = 0; offset < max_offset; ++offset) in check_simplify_modifier()
H A Dterm.c5297 int max_offset, in check_termcode() argument
5335 for (offset = 0; offset < max_offset; ++offset) in check_termcode()