Home
last modified time | relevance | path

Searched refs:hist_char2type (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dcmdhist.c62 hist_char2type(int c) in hist_char2type() function
275 return hist_char2type(get_cmdline_firstc()); in get_histtype()
282 return hist_char2type(name[0]); in get_histtype()
H A Dex_getln.c1712 histype = hist_char2type(firstc); in getcmdline_int()
4300 histtype = hist_char2type(cmdwin_type); in open_cmdwin()
H A Dviminfo.c544 type = hist_char2type(virp->vir_line[0]); in read_viminfo_history()
/vim-8.2.3635/src/proto/
H A Dcmdhist.pro7 int hist_char2type(int c);