smcup              30 lib/tty/tty-internal.h extern char *smcup;
smcup             289 lib/tty/tty-ncurses.c     if (mc_global.tty.xterm_flag && smcup != NULL)
smcup             378 lib/tty/tty.c      smcup = tty_tgetstr ("smcup");
smcup             379 lib/tty/tty.c      if (smcup == NULL)
smcup             380 lib/tty/tty.c          smcup = tty_tgetstr ("ti");
smcup              51 lib/tty/win.c  char *smcup = NULL;