Home
last modified time | relevance | path

Searched refs:tb_len (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dgetchar.c424 if (typebuf.tb_len == 0) in flush_buffers()
438 typebuf.tb_len = 0; in flush_buffers()
927 typebuf.tb_len = 0; in init_typebuf()
1058 typebuf.tb_len += addlen; in ins_typebuf()
1185 typebuf.tb_len -= len; in del_typebuf()
1340 typebuf.tb_len = 0; in alloc_typebuf()
2303 if (typebuf.tb_len > 3 in at_ctrl_x_key()
2602 if (mlen == typebuf.tb_len) in handle_mapping()
3090 && typebuf.tb_len == 1 in vgetorpeek()
3195 typebuf.tb_len += c; in vgetorpeek()
[all …]
H A Dclientserver.c50 if (typebuf.tb_maplen < typebuf.tb_len) in server_to_input_buf()
51 del_typebuf(typebuf.tb_len - typebuf.tb_maplen, typebuf.tb_maplen); in server_to_input_buf()
52 (void)ins_typebuf(str, REMAP_NONE, typebuf.tb_len, TRUE, FALSE); in server_to_input_buf()
H A Dedit.c1606 if (typebuf.tb_len >= 4 && (c == CSI || (c == ESC && *p == '['))) in decodeModifyOtherKeys()
1614 while (idx < typebuf.tb_len && argidx < 2) in decodeModifyOtherKeys()
1624 if (idx < typebuf.tb_len in decodeModifyOtherKeys()
1630 typebuf.tb_len -= idx + 1; in decodeModifyOtherKeys()
1632 if (typebuf.tb_len == 0) in decodeModifyOtherKeys()
H A Dex_docmd.c507 if (ex_normal_busy > 0 && typebuf.tb_len == 0) in do_exmode()
7884 int prev_len = typebuf.tb_len; in ex_at()
7914 while (!stuff_empty() || typebuf.tb_len > prev_len) in ex_at()
8570 || ((was_typed || !typebuf_typed()) && typebuf.tb_len > 0) in exec_normal()
H A Dex_getln.c2031 && (ex_normal_busy == 0 || typebuf.tb_len > 0)) in getcmdline_int()
2856 if (ex_normal_busy > 0 && typebuf.tb_len == 0) in getexmodeline()
H A Dmisc1.c760 if (!(stuff_empty() && typebuf.tb_len == 0 && scriptin[curscript] == NULL)) in f_state()
H A Dterm.c5339 if (offset >= typebuf.tb_len) in check_termcode()
5342 len = typebuf.tb_len - offset; // length of the input in check_termcode()
H A Dautocmd.c1746 && typebuf.tb_len == 0 in trigger_cursorhold()
H A Dmain.c1053 && typebuf.tb_len == 0 in is_safe_now()
H A Dstructs.h1167 int tb_len; // number of valid bytes in tb_buf[] member
H A Devalfunc.c3848 insert ? 0 : typebuf.tb_len, !typed, FALSE); in f_feedkeys()