Lines Matching refs:tb_noremap
925 typebuf.tb_noremap = noremapbuf_init; in init_typebuf()
1047 mch_memmove(s2 + newoff, typebuf.tb_noremap + typebuf.tb_off, in ins_typebuf()
1050 typebuf.tb_noremap + typebuf.tb_off + offset, in ins_typebuf()
1052 if (typebuf.tb_noremap != noremapbuf_init) in ins_typebuf()
1053 vim_free(typebuf.tb_noremap); in ins_typebuf()
1054 typebuf.tb_noremap = s2; in ins_typebuf()
1083 typebuf.tb_noremap[typebuf.tb_off + i + offset] = in ins_typebuf()
1206 mch_memmove(typebuf.tb_noremap + MAXMAPLEN, in del_typebuf()
1207 typebuf.tb_noremap + typebuf.tb_off, (size_t)offset); in del_typebuf()
1215 mch_memmove(typebuf.tb_noremap + typebuf.tb_off + offset, in del_typebuf()
1216 typebuf.tb_noremap + i + len, in del_typebuf()
1332 typebuf.tb_noremap = alloc(TYPELEN_INIT); in alloc_typebuf()
1333 if (typebuf.tb_buf == NULL || typebuf.tb_noremap == NULL) in alloc_typebuf()
1362 if (typebuf.tb_noremap == noremapbuf_init) in free_typebuf()
1365 VIM_CLEAR(typebuf.tb_noremap); in free_typebuf()
2416 && (typebuf.tb_noremap[typebuf.tb_off] in handle_mapping()
2523 s = typebuf.tb_noremap + typebuf.tb_off; in handle_mapping()
2624 || (p_remap && typebuf.tb_noremap[ in handle_mapping()
3063 KeyNoremap = typebuf.tb_noremap[ in vgetorpeek()
3194 typebuf.tb_noremap[typebuf.tb_off + n] = RM_YES; in vgetorpeek()
3379 typebuf.tb_noremap[typebuf.tb_off in vgetorpeek()