Searched refs:_rl_vi_last_search_mblen (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/libreadline/
H A Dvi_mode.c94 static int _rl_vi_last_search_mblen; variable
1242 c = _rl_vi_last_search_mblen = _rl_read_mbchar (_rl_vi_last_search_mbchar, MB_LEN_MAX);
1260 return (_rl_char_search_internal (data->count, _rl_cs_dir, _rl_vi_last_search_mbchar, _rl_vi_last_search_mblen));
1321 _rl_vi_last_search_mblen = c;
1335 tlen = _rl_vi_last_search_mblen;

Completed in 53 milliseconds