smcup              30 lib/tty/tty-internal.h extern char *smcup;
smcup             293 lib/tty/tty-ncurses.c     if (mc_global.tty.xterm_flag && smcup != NULL)
smcup             366 lib/tty/tty.c      smcup = tty_tgetstr ("smcup");
smcup             367 lib/tty/tty.c      if (smcup == NULL)
smcup             368 lib/tty/tty.c          smcup = tty_tgetstr ("ti");
smcup              51 lib/tty/win.c  char *smcup = NULL;