Home
last modified time | relevance | path

Searched refs:buffheader_T (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgetchar.c43 static buffheader_T redobuff = {{NULL, {NUL}}, NULL, 0, 0};
44 static buffheader_T old_redobuff = {{NULL, {NUL}}, NULL, 0, 0};
45 static buffheader_T recordbuff = {{NULL, {NUL}}, NULL, 0, 0};
90 static int read_readbuf(buffheader_T *buf, int advance);
103 free_buff(buffheader_T *buf) in free_buff()
121 buffheader_T *buffer, in get_buffcont()
196 buffheader_T *buf, in add_buff()
252 add_num_buff(buffheader_T *buf, long n) in add_num_buff()
265 add_char_buff(buffheader_T *buf, int c) in add_char_buff()
309 static buffheader_T readbuf1 = {{NULL, {NUL}}, NULL, 0, 0};
[all …]
H A Dstructs.h551 typedef struct buffheader buffheader_T; typedef
575 buffheader_T sr_redobuff;
576 buffheader_T sr_old_redobuff;
1181 buffheader_T save_readbuf1;
1182 buffheader_T save_readbuf2;