Searched refs:Buf_t (Results 1 – 1 of 1) sorted by relevance
161 } Buf_t; typedef210 Buf_t* buf; /* work buffer */211 Buf_t* old; /* dropped buffers */212 Buf_t* opt; /* option buffer */378 static Buf_t*381 register Buf_t* buf; in buffer()385 else if (!(buf = newof(0, Buf_t, 1, 0)) || !(buf->buf = newof(0, char, CHUNK, 0))) in buffer()397 drop(Buf_t* buf) in drop()408 appendn(Buf_t* buf, char* str, int n) in appendn()433 append(Buf_t* buf, char* str) in append()[all …]