Home
last modified time | relevance | path

Searched refs:outformatlen (Results 1 – 9 of 9) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Dtext_io.h64 #define tioputslen(ctx, str, len) outformatlen(str, len)
98 int outformatlen(const char *s, uint len);
H A Doutput.cpp2989 return outformatlen(s, strlen(s)); in outformat()
2998 int outformatlen(const char *s, uint slen) { in outformatlen() function
H A Dbuilt_in.cpp3924 outformatlen((char *)p + capture_start, in bifexec()
/dports/games/tads/tads-3.0.8/tads2/
H A Dtio.h64 #define tioputslen(ctx, str, len) outformatlen(str, len)
101 int outformatlen(char *s, uint len);
H A Doutput.c2871 return outformatlen(s, strlen(s)); in outformat()
2880 int outformatlen(char *s, uint slen) in outformatlen() function
H A Dbif.c3897 outformatlen((char *)p + capture_start, in bifexec()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Dtext_io.h64 #define tioputslen(ctx, str, len) outformatlen(str, len)
98 int outformatlen(const char *s, uint len);
H A Doutput.cpp2989 return outformatlen(s, strlen(s)); in outformat()
2998 int outformatlen(const char *s, uint slen) { in outformatlen() function
H A Dbuilt_in.cpp3924 outformatlen((char *)p + capture_start, in bifexec()