Home
last modified time | relevance | path

Searched refs:buf_empty_p (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dbuffer.h121 extern int buf_empty_p PROTO((struct buffer *));
H A Dserver.c2826 if (! buf_empty_p (saved_output))
2831 if (! buf_empty_p (saved_outerr))
2905 if (! buf_empty_p (saved_output))
3064 if (! buf_empty_p (buf_to_net))
3248 if (! buf_empty_p (stdoutbuf))
3253 if (! buf_empty_p (stderrbuf))
3258 if (! buf_empty_p (protocol_inbuf))
H A Dbuffer.c141 buf_empty_p (buf) in buf_empty_p() function
H A Dclient.c3632 if (! buf_empty_p (from_server) in get_responses_and_close()
H A DChangeLog-93953496 allocate_buffer_datas, get_buffer_data, buf_empty_p,
H A DChangeLog-961892 the streams. Check buf_empty_p when checking for dying gasps.