Lines Matching refs:zchar

29 zchar Processor::console_read_input(int max, zchar *buf, zword timeout, bool continued) {  in console_read_input()
33 zchar Processor::console_read_key(zword timeout) { in console_read_key()
37 void Processor::scrollback_char(zchar c) { in scrollback_char()
46 void Processor::scrollback_word(const zchar *s) { in scrollback_word()
57 void Processor::scrollback_write_input(const zchar *buf, zchar key) { in scrollback_write_input()
67 void Processor::scrollback_erase_input(const zchar *buf) { in scrollback_erase_input()
100 void Processor::stream_char(zchar c) { in stream_char()
109 void Processor::stream_word(const zchar *s) { in stream_word()
135 zchar Processor::stream_read_key(zword timeout, zword routine, bool hot_keys) { in stream_read_key()
136 zchar key = ZC_BAD; in stream_read_key()
165 zchar Processor::stream_read_input(int max, zchar *buf, zword timeout, zword routine, in stream_read_input()
167 zchar key = ZC_BAD; in stream_read_input()
239 void Processor::script_char(zchar c) { in script_char()
259 void Processor::script_word(const zchar *s) { in script_word()
292 void Processor::script_write_input(const zchar *buf, zchar key) { in script_write_input()
309 void Processor::script_erase_input(const zchar *buf) { in script_erase_input()
360 void Processor::record_char(zchar c) { in record_char()
374 void Processor::record_write_key(zchar key) { in record_write_key()
379 void Processor::record_write_input(const zchar *buf, zchar key) { in record_write_input()
380 zchar c; in record_write_input()
418 zchar Processor::replay_char() { in replay_char()
446 zchar Processor::replay_read_key() { in replay_read_key()
447 zchar key = replay_char(); in replay_read_key()
457 zchar Processor::replay_read_input(zchar *buf) { in replay_read_input()
458 zchar c; in replay_read_input()