Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgetchar.c97 static int inchar(char_u *buf, int maxlen, long wait_time);
435 while (inchar(typebuf.tb_buf, typebuf.tb_buflen - 1, 10L) != 0) in flush_buffers()
3001 c = inchar(typebuf.tb_buf, typebuf.tb_buflen - 1, 0L); in vgetorpeek()
3098 && (c = inchar(typebuf.tb_buf + typebuf.tb_off in vgetorpeek()
3345 c = inchar(typebuf.tb_buf + typebuf.tb_off + typebuf.tb_len, in vgetorpeek()
3461 inchar( in inchar() function
/vim-8.2.3635/runtime/syntax/
H A Dmaxima.vim98 syn keyword maximaFunc inchar indexed_tensor indices inf %inf infeval infinity infix
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt5024 Solution: In inchar(), after closing a script, don't use buf[] anymore.
H A Dversion8.txt20803 Solution: Increment tb_change_cnt in inchar(). (closes #1940)
28696 Solution: Do call inchar() when flushing typeahead.