Searched refs:tb_len (Results 1 – 11 of 11) sorted by relevance
424 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 …]
50 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()
1606 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()
507 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()
2031 && (ex_normal_busy == 0 || typebuf.tb_len > 0)) in getcmdline_int()2856 if (ex_normal_busy > 0 && typebuf.tb_len == 0) in getexmodeline()
760 if (!(stuff_empty() && typebuf.tb_len == 0 && scriptin[curscript] == NULL)) in f_state()
5339 if (offset >= typebuf.tb_len) in check_termcode()5342 len = typebuf.tb_len - offset; // length of the input in check_termcode()
1746 && typebuf.tb_len == 0 in trigger_cursorhold()
1053 && typebuf.tb_len == 0 in is_safe_now()
1167 int tb_len; // number of valid bytes in tb_buf[] member
3848 insert ? 0 : typebuf.tb_len, !typed, FALSE); in f_feedkeys()