Searched refs:inchar (Results 1 – 4 of 4) sorted by relevance
97 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
98 syn keyword maximaFunc inchar indexed_tensor indices inf %inf infeval infinity infix
5024 Solution: In inchar(), after closing a script, don't use buf[] anymore.
20803 Solution: Increment tb_change_cnt in inchar(). (closes #1940)28696 Solution: Do call inchar() when flushing typeahead.