Lines Matching refs:OutWrite
140 OutWrite(comment, strlen (comment), NO_ASYNC); in HandleCompletion()
146 OutWrite("\n\t", 2, NO_ASYNC); in HandleCompletion()
147 OutWrite(completion_str, strlen (completion_str), NO_ASYNC); in HandleCompletion()
149 OutWrite ("\n", 1, NO_ASYNC); in HandleCompletion()
164 OutWrite("\n\t", 2, NO_ASYNC); in HandleCompletion()
165 OutWrite(completion_str, strlen (completion_str), NO_ASYNC); in HandleCompletion()
170 OutWrite("\n", 1, NO_ASYNC); in HandleCompletion()
174 OutWrite("\nMore (Y/n/a): ", strlen ("\nMore (Y/n/a): "), NO_ASYNC); in HandleCompletion()
316 io_channel->OutWrite (io_channel->m_prompt_str.c_str(), in LibeditOutputBytesReceived()
328 io_channel->OutWrite (bytes, src_len, NO_ASYNC); in LibeditOutputBytesReceived()
550 IOChannel::OutWrite (const char *buffer, size_t len, bool asynchronous) in OutWrite() function in IOChannel