printf           2228 lib/tty/key.c      printf (ESC_STR "[?2004h");
printf           2237 lib/tty/key.c      printf (ESC_STR "[?2004l");
printf            140 lib/tty/mouse.c         printf (ESC_STR "[?1001s");
printf            143 lib/tty/mouse.c         printf (ESC_STR "[?1000h");
printf            146 lib/tty/mouse.c         printf (ESC_STR "[?1006h");
printf            154 lib/tty/mouse.c         printf (ESC_STR "[?1001s");
printf            157 lib/tty/mouse.c         printf (ESC_STR "[?1002h");
printf            160 lib/tty/mouse.c         printf (ESC_STR "[?1006h");
printf            190 lib/tty/mouse.c         printf (ESC_STR "[?1006l");
printf            193 lib/tty/mouse.c         printf (ESC_STR "[?1000l");
printf            196 lib/tty/mouse.c         printf (ESC_STR "[?1001r");
printf            202 lib/tty/mouse.c         printf (ESC_STR "[?1006l");
printf            205 lib/tty/mouse.c         printf (ESC_STR "[?1002l");
printf            208 lib/tty/mouse.c         printf (ESC_STR "[?1001r");
printf            117 lib/tty/win.c      printf (ESC_STR "CL%c%c%c%c\n", (y1 / 26) + 'A', (y1 % 26) + 'A', (y2 / 26) + 'A',
printf            758 src/args.c             printf ("%s (%s)\n", mc_global.sysconfig_dir, mc_global.share_data_dir);
printf             64 src/cons.handler.c         printf ("\x1B[%d;%df", (y) + 1, (x) + 1);                                                  \
printf            317 src/cons.handler.c     printf ("\x1B[%d;%d;3%d;4%dm", (bc & 8) ? 5 : 25, (tc & 8) ? 1 : 22, color_map[tc & 7],
printf            108 src/execute.c              printf ("\n\n");
printf            314 src/execute.c          printf ("%s%s\n", mc_prompt, *argv);
printf            340 src/execute.c              printf ("%s", _ ("Press any key to continue..."));
printf            344 src/execute.c              printf ("\r\n");
printf           1868 src/subshell/common.c             printf ("\r\n%s", subshell_prompt->str);
printf            141 src/textconf.c     printf (PACKAGE_NAME " %s\n", mc_global.mc_version);
printf            143 src/textconf.c     printf (_ ("Built with GLib %d.%d.%d (using GLib %u.%u.%u)\n"), GLIB_MAJOR_VERSION,
printf            148 src/textconf.c     printf (_ ("Built with S-Lang"));
printf            150 src/textconf.c     printf (" %s", SLANG_VERSION_STRING);
printf            152 src/textconf.c     printf (" %d", SLANG_VERSION);
printf            154 src/textconf.c     printf (_ (" and terminfo database (using S-Lang %s)\n"), SLang_Version_String);
printf            156 src/textconf.c     printf (_ ("Built with %s"), NCURSES_LIB_DISPLAYNAME);
printf            158 src/textconf.c     printf (" %d", NCURSES_VERSION_MAJOR);
printf            160 src/textconf.c     printf (".%d", NCURSES_VERSION_MINOR);
printf            164 src/textconf.c     printf (".%d", NCURSES_VERSION_PATCH);
printf            166 src/textconf.c     printf (_ (" (using %s)\n"), curses_version ());
printf            172 src/textconf.c     printf (_ ("Built with libssh2 %d.%d.%d\n"), LIBSSH2_VERSION_MAJOR, LIBSSH2_VERSION_MINOR,
printf            182 src/textconf.c         printf ("%s %s", i == 0 ? "" : ",", _ (vfs_supported[i]));
printf            187 src/textconf.c #define TYPE_INFO(T) (void) printf (" %s: %d;", #T, (int) (CHAR_BIT * sizeof (T)))
printf            200 src/textconf.c #define PRINTF_GROUP(a)       (void) printf ("[%s]\n", a)
printf            201 src/textconf.c #define PRINTF_SECTION(a, b)  (void) printf ("    %-17s %s\n", a, b)
printf            202 src/textconf.c #define PRINTF_SECTION2(a, b) (void) printf ("    %-17s %s/\n", a, b)
printf            203 src/textconf.c #define PRINTF(a, b, c)       (void) printf ("\t%-15s %s/%s\n", a, b, c)
printf            204 src/textconf.c #define PRINTF2(a, b, c)      (void) printf ("\t%-15s %s%s\n", a, b, c)
printf            209 src/textconf.c     (void) printf ("%s %s\n", _ ("Home directory:"), mc_config_get_home_dir ());
printf            210 src/textconf.c     (void) printf ("%s %s\n", _ ("Profile root directory:"), mc_get_profile_root ());
printf            567 src/vfs/shell/shell.c     printf ("\n%s\n", _ ("shell: Waiting for initial line..."));
printf            577 src/vfs/shell/shell.c         printf ("\n%s\n", _ ("Sorry, we cannot do password authenticated connections for now."));
printf            594 src/vfs/shell/shell.c         printf ("\n%s\n", _("shell: Sending password..."));
printf             97 tests/lib/vfs/vfs_parse_ls_lga.c     printf ("message(): %s\n", p);
printf            115 tests/lib/vfs/vfs_s_get_path.c     printf ("VFS_DIE: '%s'\n", m);
printf            239 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("message(): vfs_parse_ls_lga(): parsing error at: %s\n", p);
printf            253 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("  perm: %s\n", string_perm (st->st_mode));
printf            256 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         printf ("  uid: %s\n", symbolic_uid (st->st_uid));
printf            257 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         printf ("  gid: %s\n", symbolic_gid (st->st_gid));
printf            259 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("  size: %" PRIuMAX "\n", (uintmax_t) st->st_size);
printf            260 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("  nlink: %d\n", (int) st->st_nlink);
printf            262 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         printf ("  mtime: %s\n", string_date (st->st_mtime));
printf            273 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("  %s: %s\n", name, q);
printf            283 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("-\n");  // Start new item in the list.
printf            309 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("%s %3d ", string_perm (st->st_mode), (int) st->st_nlink);
printf            312 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         printf ("%8s ", symbolic_uid (st->st_uid));
printf            313 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         printf ("%8s ", symbolic_gid (st->st_gid));
printf            315 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("%10" PRIuMAX " ", (uintmax_t) st->st_size);
printf            317 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         printf ("%s ", string_date (st->st_mtime));
printf            330 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c             printf ("%s", filename);
printf            332 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c             printf (" -> %s", linkname);
printf            333 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         printf ("\n");
printf            337 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         printf ("cannot parse input line: '%s'\n", input_line);