Lines Matching refs:noremap
964 int noremap, in ins_typebuf() argument
1061 if (noremap == REMAP_SCRIPT) in ins_typebuf()
1063 else if (noremap == REMAP_SKIP) in ins_typebuf()
1076 if (noremap == REMAP_SKIP) in ins_typebuf()
1078 else if (noremap < 0) in ins_typebuf()
1081 nrm = noremap; in ins_typebuf()
2716 current_menu->noremap[idx], in handle_mapping()
2836 int noremap; in handle_mapping() local
2839 noremap = save_m_noremap; in handle_mapping()
2848 noremap = REMAP_YES; in handle_mapping()
2850 noremap = REMAP_SKIP; in handle_mapping()
2851 i = ins_typebuf(map_str, noremap, in handle_mapping()