Home
last modified time | relevance | path

Searched refs:vgetorpeek (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dgetchar.c96 static int vgetorpeek(int);
1693 c = vgetorpeek(TRUE); in vgetc()
1712 c = vgetorpeek(TRUE); in vgetc()
1845 buf[i] = vgetorpeek(TRUE); in vgetc()
1858 c = vgetorpeek(TRUE); in vgetc()
1962 return vgetorpeek(FALSE); in vpeekc()
2909 vgetorpeek(int advance) in vgetorpeek() function
3698 if (vgetorpeek(FALSE) == NUL) in getcmdkeycmd()
3708 c1 = vgetorpeek(TRUE); in getcmdkeycmd()
3713 c1 = vgetorpeek(TRUE); in getcmdkeycmd()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt360 - in vgetorpeek() apply langmap to the typeahead buffer and put the result in
4499 - Further improve finding mappings in maphash[] in vgetorpeek()
H A Dversion8.txt37087 Problem: The vgetorpeek() function is too long.
37098 Solution: Undo the change to vgetorpeek().
37115 Problem: The vgetorpeek() function is too long.