Lines Matching refs:tb_buf
435 while (inchar(typebuf.tb_buf, typebuf.tb_buflen - 1, 10L) != 0) in flush_buffers()
922 if (typebuf.tb_buf == NULL) in init_typebuf()
924 typebuf.tb_buf = typebuf_init; in init_typebuf()
990 mch_memmove(typebuf.tb_buf + typebuf.tb_off, str, (size_t)addlen); in ins_typebuf()
1000 mch_memmove(typebuf.tb_buf + typebuf.tb_off, str, (size_t)addlen); in ins_typebuf()
1034 mch_memmove(s1 + newoff, typebuf.tb_buf + typebuf.tb_off, in ins_typebuf()
1041 typebuf.tb_buf + typebuf.tb_off + offset, in ins_typebuf()
1043 if (typebuf.tb_buf != typebuf_init) in ins_typebuf()
1044 vim_free(typebuf.tb_buf); in ins_typebuf()
1045 typebuf.tb_buf = s1; in ins_typebuf()
1204 mch_memmove(typebuf.tb_buf + MAXMAPLEN, in del_typebuf()
1205 typebuf.tb_buf + typebuf.tb_off, (size_t)offset); in del_typebuf()
1211 mch_memmove(typebuf.tb_buf + typebuf.tb_off + offset, in del_typebuf()
1212 typebuf.tb_buf + i + len, in del_typebuf()
1331 typebuf.tb_buf = alloc(TYPELEN_INIT); in alloc_typebuf()
1333 if (typebuf.tb_buf == NULL || typebuf.tb_noremap == NULL) in alloc_typebuf()
1358 if (typebuf.tb_buf == typebuf_init) in free_typebuf()
1361 VIM_CLEAR(typebuf.tb_buf); in free_typebuf()
2300 char_u *p = typebuf.tb_buf + typebuf.tb_off; in at_ctrl_x_key()
2328 tp = typebuf.tb_buf + typebuf.tb_off + offset; in check_simplify_modifier()
2411 tb_c1 = typebuf.tb_buf[typebuf.tb_off]; in handle_mapping()
2428 && typebuf.tb_buf[typebuf.tb_off + 1] == KS_MODIFIER) in handle_mapping()
2484 c2 = typebuf.tb_buf[typebuf.tb_off + mlen]; in handle_mapping()
2494 typebuf.tb_buf[typebuf.tb_off + mlen]) in handle_mapping()
2577 if (p_pt[mlen] != typebuf.tb_buf[typebuf.tb_off + mlen]) in handle_mapping()
2583 gotchars(typebuf.tb_buf + typebuf.tb_off + typebuf.tb_maplen, in handle_mapping()
2653 if (typebuf.tb_maplen == 0 && (typebuf.tb_buf[ in handle_mapping()
2658 for (s = typebuf.tb_buf + typebuf.tb_off + 1; in handle_mapping()
2659 s < typebuf.tb_buf + typebuf.tb_off + typebuf.tb_len in handle_mapping()
2666 (int)(s + 1 - (typebuf.tb_buf + typebuf.tb_off)), 0); in handle_mapping()
2692 && typebuf.tb_buf[typebuf.tb_off] == K_SPECIAL in handle_mapping()
2693 && typebuf.tb_buf[typebuf.tb_off + 1] == KS_MENU) in handle_mapping()
2753 gotchars(typebuf.tb_buf + typebuf.tb_off + typebuf.tb_maplen, in handle_mapping()
3001 c = inchar(typebuf.tb_buf, typebuf.tb_buflen - 1, 0L); in vgetorpeek()
3021 *typebuf.tb_buf = c; in vgetorpeek()
3022 gotchars(typebuf.tb_buf, 1); in vgetorpeek()
3050 c = typebuf.tb_buf[typebuf.tb_off]; in vgetorpeek()
3060 gotchars(typebuf.tb_buf in vgetorpeek()
3091 && typebuf.tb_buf[typebuf.tb_off] == ESC in vgetorpeek()
3098 && (c = inchar(typebuf.tb_buf + typebuf.tb_off in vgetorpeek()
3282 && ptr2cells(typebuf.tb_buf + typebuf.tb_off in vgetorpeek()
3285 edit_putchar(typebuf.tb_buf[typebuf.tb_off in vgetorpeek()
3301 typebuf.tb_buf[typebuf.tb_off + showcmd_idx++]); in vgetorpeek()
3312 && ptr2cells(typebuf.tb_buf + typebuf.tb_off in vgetorpeek()
3315 putcmdline(typebuf.tb_buf[typebuf.tb_off in vgetorpeek()
3345 c = inchar(typebuf.tb_buf + typebuf.tb_off + typebuf.tb_len, in vgetorpeek()
3377 while (typebuf.tb_buf[typebuf.tb_off in vgetorpeek()