Searched refs:stdin_read_buf (Results 1 – 1 of 1) sorted by relevance
397 static VSTRING *stdin_read_buf; /* stdin line buffer */ variable419 VSTRING_ADDCH(stdin_read_buf, ch); in stdin_read_event()422 NETSTRING_PUT_BUF(child_stream, stdin_read_buf); in stdin_read_event()424 VSTRING_RESET(stdin_read_buf); in stdin_read_event()479 stdin_read_buf = vstring_alloc(100); in main()