Searched refs:_rl_vimvcxt (Results 1 – 3 of 3) sorted by relevance
83 _rl_vimotion_cxt *_rl_vimvcxt = 0; variable1363 m = _rl_vimvcxt; in rl_vi_domove()1393 if (_rl_vimvcxt) in rl_vi_delete_to()1394 _rl_mvcxt_init (_rl_vimvcxt, VIM_DELETE, key); in rl_vi_delete_to()1396 _rl_vimvcxt = _rl_mvcxt_alloc (VIM_DELETE, key); in rl_vi_delete_to()1398 _rl_vimvcxt->start = rl_point; in rl_vi_delete_to()1403 _rl_vimvcxt->motion = '$'; in rl_vi_delete_to()1404 r = rl_domove_motion_callback (_rl_vimvcxt); in rl_vi_delete_to()1408 _rl_vimvcxt->motion = _rl_vi_last_motion; in rl_vi_delete_to()1409 r = rl_domove_motion_callback (_rl_vimvcxt); in rl_vi_delete_to()[all …]
202 _rl_vi_domove_motion_cleanup (k, _rl_vimvcxt); in rl_callback_read_char()211 eof = _rl_vi_domove_callback (_rl_vimvcxt); in rl_callback_read_char()
602 extern _rl_vimotion_cxt *_rl_vimvcxt;