Lines Matching refs:buffheader_T
43 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};
312 static buffheader_T readbuf2 = {{NULL, {NUL}}, NULL, 0, 0};
332 read_readbuf(buffheader_T *buf, int advance) in read_readbuf()