Home
last modified time | relevance | path

Searched refs:zchar (Results 26 – 50 of 107) sorted by relevance

12345

/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dumb/
H A Ddoutput.c55 zchar c;
99 static void zputchar(zchar);
100 void zputchar(zchar c) in zputchar()
419 static void dumb_display_char(zchar c) in dumb_display_char()
460 void os_display_char (zchar c) in os_display_char()
485 void os_display_string (const zchar *s) in os_display_string()
487 zchar c; in os_display_string()
576 int os_check_unicode(int font, zchar c) in os_check_unicode()
583 int os_char_width (zchar z) in os_char_width()
593 int os_string_width (const zchar *s) in os_string_width()
[all …]
H A Ddinput.c217 zchar *continued_line_chars) in dumb_read_line()
343 static int utf8_to_zchar(zchar *out, char *in, int idx) in utf8_to_zchar()
345 zchar ch; in utf8_to_zchar()
374 zchar os_read_key (int timeout, bool show_cursor) in os_read_key()
376 zchar c; in os_read_key()
411 zchar os_read_line (int UNUSED (max), zchar *buf, int timeout, int UNUSED(width), int continued) in os_read_line()
H A Ddfrotz.h31 bool is_terminator (zchar);
47 void dumb_set_picture_cell(int row, int col, zchar c);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/pyasn1/codec/cer/
H A Dencoder.py36 zchar = str2octs('Z') variable in GeneralizedTimeEncoder
49 if octets[-1] != self.zchar[0]:
56 zchar = str2octs('Z') variable in UTCTimeEncoder
63 if octets and octets[-1] != self.zchar[0]:
64 client = client.clone(octets + self.zchar)
/dports/games/tileworld/tworld-1.3.0/
H A Dscore.h30 int usepasswds, char zchar,
40 int showpartial, char zchar,
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dos/
H A Dbctext.c429 */ void os_display_char(zchar c) in os_display_char()
600 void os_display_string(const zchar * s) in os_display_string()
602 zchar c; in os_display_string()
627 int os_char_width(zchar c) in os_char_width()
699 int os_string_width(const zchar * s) in os_string_width()
706 zchar c; in os_string_width()
764 os_display_string((zchar *) "[MORE]"); in os_more_prompt()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dprocessor_screen.cpp83 uint32 Processor::zchar_to_unicode_rune(zchar c) { in zchar_to_unicode_rune()
105 void Processor::screen_char(zchar c) { in screen_char()
140 if (curx <= (int)((sizeof statusline / sizeof(zchar)) - 1)) { in screen_char()
187 void Processor::screen_word(const zchar *s) { in screen_word()
188 zchar c; in screen_word()
H A Dprocessor_mem.cpp165 void Processor::memory_word(const zchar *s) { in memory_word()
168 zchar c; in memory_word()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dprocessor_screen.cpp83 uint32 Processor::zchar_to_unicode_rune(zchar c) { in zchar_to_unicode_rune()
105 void Processor::screen_char(zchar c) { in screen_char()
140 if (curx <= (int)((sizeof statusline / sizeof(zchar)) - 1)) { in screen_char()
187 void Processor::screen_word(const zchar *s) { in screen_word()
188 zchar c; in screen_word()
H A Dprocessor_mem.cpp165 void Processor::memory_word(const zchar *s) { in memory_word()
168 zchar c; in memory_word()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dscreen.c274 void screen_char(zchar c) in screen_char()
305 void screen_word(const zchar * s) in screen_word()
317 zchar c; in screen_word()
351 void screen_write_input(const zchar * buf, zchar key) in screen_write_input()
374 void screen_erase_input(const zchar * buf) in screen_erase_input()
400 zchar console_read_input(int max, zchar * buf, zword timeout, bool continued) in console_read_input()
402 zchar key; in console_read_input()
440 zchar console_read_key(zword timeout) in console_read_key()
442 zchar key; in console_read_key()
H A Dredirect.c101 void memory_word(const zchar * s) in memory_word()
105 zchar c; in memory_word()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/sdl/
H A Dsf_video.c85 static int mywcslen(zchar * b) in mywcslen()
913 zchar os_read_key(int timeout, int cursor) in os_read_key()
964 zchar os_read_line(int max, zchar * buf, int timeout, int width, int continued) in os_read_line()
1001 sizeof(zchar) * in os_read_line()
1014 sizeof(zchar) * in os_read_line()
1030 zchar extension[10], *s; in os_read_line()
1093 sizeof(zchar) * in os_read_line()
1133 void sf_DrawInput(zchar * buffer, int pos, int ptx, int pty, int width, in sf_DrawInput()
1217 os_display_char((zchar) (*p++)); in os_more_prompt()
H A Dsf_resource.c740 os_display_string((zchar *) "\n\n"); in os_fatal()
744 os_display_string((zchar *) "Fatal error: "); in os_fatal()
746 os_display_string((zchar *) s); in os_fatal()
747 os_display_string((zchar *) "\n\n"); in os_fatal()
754 os_display_string((zchar *) "Continuing anyway..."); in os_fatal()
H A Dsf_fonts.c528 int os_check_unicode(int font, zchar c) in os_check_unicode()
560 int os_char_width(zchar c) in os_char_width()
666 int os_string_width(const zchar * s) in os_string_width()
696 void os_display_string(const zchar * s) in os_display_string()
721 void os_display_char(zchar c) in os_display_char()
/dports/graphics/ming/libming-ming-0_4_8/php_ext/
H A Dming.c1362 zval *zchar; in SWFgetProperty() local
1379 zval *zchar; in SWFgetProperty() local
1396 zval *zchar; in SWFgetProperty() local
1413 zval *zchar; in SWFgetProperty() local
1430 zval *zchar; in SWFgetProperty() local
1449 zval *zchar; in SWFgetProperty() local
4444 zval *zchar; local
4495 zval *zchar; local
4788 zval *zchar; local
4904 zval *zchar; local
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/php_ext/
H A Dming.c1362 zval *zchar;
1379 zval *zchar;
1396 zval *zchar;
1413 zval *zchar;
1430 zval *zchar;
1449 zval *zchar;
4444 zval *zchar;
4495 zval *zchar;
4788 zval *zchar;
4904 zval *zchar;
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/php_ext/
H A Dming.c1362 zval *zchar; in SWFgetProperty() local
1379 zval *zchar; in SWFgetProperty() local
1396 zval *zchar; in SWFgetProperty() local
1413 zval *zchar; in SWFgetProperty() local
1430 zval *zchar; in SWFgetProperty() local
1449 zval *zchar; in SWFgetProperty() local
4444 zval *zchar; local
4495 zval *zchar; local
4788 zval *zchar; local
4904 zval *zchar; local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/jni_generator/golden/
H A DHashedSampleForAnnotationProcessorGenJni.2.golden40 … int[] ints, long zlong, long[] longs, short zshort, short[] shorts, char zchar, char[] chars, byt…
41 …return J.N.MlVFI4RX(zint, ints, zlong, longs, zshort, shorts, zchar, chars, zbyte, bytes, zdouble,…
H A DHashedSampleForAnnotationProcessor_jni.golden95 jchar zchar,
115 jchar zchar,
128 base::android::JavaParamRef<jshortArray>(env, shorts), zchar,
/dports/archivers/zip/zip30/win32/
H A Dwin32.c1285 zchar **get_wide_argv(argv)
1291 zchar **argvw = NULL;
1292 zchar *commandline = NULL;
1293 zchar **a = NULL;
1304 if ((argvw = (zchar **)malloc((argc + 1) * sizeof(zchar *))) == NULL) {
1309 if ((argvw[i] = (zchar *)malloc(size * sizeof(zchar))) == NULL) {
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/zip/win32/
H A Dwin32_boinc.c1285 zchar **get_wide_argv(argv)
1291 zchar **argvw = NULL;
1292 zchar *commandline = NULL;
1293 zchar **a = NULL;
1304 if ((argvw = (zchar **)malloc((argc + 1) * sizeof(zchar *))) == NULL) {
1309 if ((argvw[i] = (zchar *)malloc(size * sizeof(zchar))) == NULL) {
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pyasn1/pyasn1/codec/cer/
H A Dencoder.py34 zchar, = str2octs('Z') variable in TimeEncoderMixIn
57 if octets[-1] != self.zchar:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/pyasn1/pyasn1/codec/cer/
H A Dencoder.py34 zchar, = str2octs('Z') variable in TimeEncoderMixIn
57 if octets[-1] != self.zchar:
/dports/biology/mapm3/mapm3-3.0_1/ghostscript/
H A Dgs.tr7 zchar zcolor zfont zfont1 zfont2 zdevice zgstate+

12345