str_term_form     395 lib/strutil.h  const char *str_term_form (const char *text);
str_term_form     633 lib/tty/tty-ncurses.c             s = str_term_form ((char *) str);
str_term_form     660 lib/tty/tty-ncurses.c     s = str_term_form (s);
str_term_form     608 lib/tty/tty-slang.c         SLsmg_write_string ((char *) str_term_form (str));
str_term_form     623 lib/tty/tty-slang.c     SLsmg_write_string ((char *) str_term_form (s));
str_term_form    1545 src/filemanager/layout.c         fprintf (stdout, ESC_STR "]0;%s" ESC_STR "\\", str_term_form (p));