Lines Matching refs:zchar

77 	static zchar ZSCII_TO_LATIN1[];
78 zchar *_decoded, *_encoded;
84 zchar _prevC;
85 zchar _buffer[TEXT_BUFFER_SIZE];
175 void print_char(zchar c);
224 bool is_terminator(zchar key);
234 void read_string(int max, zchar *buffer);
281 void memory_word(const zchar *s);
337 uint32 zchar_to_unicode_rune(zchar c);
342 void screen_char(zchar c);
352 void screen_word(const zchar *s);
374 zchar console_read_input(int max, zchar *buf, zword timeout, bool continued);
379 zchar console_read_key(zword timeout);
385 void scrollback_char(zchar c);
390 void scrollback_word(const zchar *s);
395 void scrollback_write_input(const zchar *buf, zchar key);
400 void scrollback_erase_input(const zchar *buf);
415 void stream_char(zchar c);
420 void stream_word(const zchar *s);
430 zchar stream_read_key(zword timeout, zword routine, bool hot_keys);
435 zchar stream_read_input(int max, zchar *buf, zword timeout, zword routine,
466 void script_char(zchar c);
471 void script_word(const zchar *s);
476 void script_write_input(const zchar *buf, zchar key);
481 void script_erase_input(const zchar *buf);
511 void record_char(zchar c);
516 void record_write_key(zchar key);
521 void record_write_input(const zchar *buf, zchar key);
541 zchar replay_char();
546 zchar replay_read_key();
551 zchar replay_read_input(zchar *buf);
563 zchar translate_from_zscii(zbyte c);
568 zbyte unicode_to_zscii(zchar c);
573 zbyte translate_to_zscii(zchar c);
578 zchar alphabet(int set, int index);
685 int completion(const zchar *buffer, zchar *result);
691 zchar unicode_tolower(zchar c);