ctext             566 lib/tty/tty-ncurses.c     cchar_t *ctext;
ctext             575 lib/tty/tty-ncurses.c     ctext = g_malloc (sizeof (cchar_t) * (cols + 1));
ctext             579 lib/tty/tty-ncurses.c         mvin_wchnstr (y + row, x, ctext, cols);
ctext             583 lib/tty/tty-ncurses.c             getcchar (&ctext[col], wch, &attrs, &color_pair, NULL);
ctext             584 lib/tty/tty-ncurses.c             setcchar (&ctext[col], wch, attrs, color, NULL);
ctext             587 lib/tty/tty-ncurses.c         mvadd_wchnstr (y + row, x, ctext, cols);
ctext             590 lib/tty/tty-ncurses.c     g_free (ctext);
ctext             239 src/filemanager/hotlist.c         char *ctext = NULL;
ctext             242 src/filemanager/hotlist.c         listbox_get_current (list, &ctext, &cdata);
ctext             244 src/filemanager/hotlist.c             text = ctext;