Home
last modified time | relevance | path

Searched refs:stuffnumReadbuff (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dgetchar.pro20 void stuffnumReadbuff(long n);
/vim-8.2.3635/src/
H A Dops.c3265 stuffnumReadbuff((long)oap->start.lnum); in op_colon()
3276 stuffnumReadbuff((long)oap->line_count - 1); in op_colon()
3279 stuffnumReadbuff((long)oap->end.lnum); in op_colon()
H A Dnormal.c3414 stuffnumReadbuff((long)cap->count0 - 1L); in nv_colon()
5048 stuffnumReadbuff(cap->count1); in nv_replace()
5505 stuffnumReadbuff(cap->count0); in nv_optrans()
H A Dmouse.c339 stuffnumReadbuff(count); in do_mouse()
H A Dgetchar.c683 stuffnumReadbuff(long n) in stuffnumReadbuff() function