str_term_form     399 lib/strutil.h  const char *str_term_form (const char *text);
str_term_form     647 lib/tty/tty-ncurses.c             s = str_term_form ((char *) str);
str_term_form     706 lib/tty/tty-ncurses.c     s = str_term_form (s);
str_term_form     727 lib/tty/tty-slang.c         SLsmg_write_string ((char *) str_term_form (str));
str_term_form     742 lib/tty/tty-slang.c     SLsmg_write_string ((char *) str_term_form (s));
str_term_form    1571 src/filemanager/layout.c         fprintf (stdout, ESC_STR "]0;%s" ESC_STR "\\", str_term_form (p));