ctext             313 lib/tty/color-ncurses.c     cchar_t *ctext;
ctext             326 lib/tty/color-ncurses.c     ctext = g_malloc (sizeof (cchar_t) * (cols + 1));
ctext             330 lib/tty/color-ncurses.c         mvin_wchnstr (y + row, x, ctext, cols);
ctext             334 lib/tty/color-ncurses.c             getcchar (&ctext[col], wch, &attrs, &color_pair, NULL);
ctext             335 lib/tty/color-ncurses.c             setcchar (&ctext[col], wch, attrs, color, NULL);
ctext             338 lib/tty/color-ncurses.c         mvadd_wchnstr (y + row, x, ctext, cols);
ctext             341 lib/tty/color-ncurses.c     g_free (ctext);
ctext             167 lib/tty/tty-ncurses.c         cchar_t ctext;
ctext             169 lib/tty/tty-ncurses.c         setcchar (&ctext, wch, 0, 0, NULL);
ctext             170 lib/tty/tty-ncurses.c         add_wch (&ctext);
ctext             186 lib/tty/tty-ncurses.c         cchar_t ctext;
ctext             188 lib/tty/tty-ncurses.c         setcchar (&ctext, wch, 0, 0, NULL);
ctext             189 lib/tty/tty-ncurses.c         hline_set (&ctext, len);
ctext             205 lib/tty/tty-ncurses.c         cchar_t ctext;
ctext             207 lib/tty/tty-ncurses.c         setcchar (&ctext, wch, 0, 0, NULL);
ctext             208 lib/tty/tty-ncurses.c         vline_set (&ctext, len);
ctext             238 src/filemanager/hotlist.c         char *ctext = NULL;
ctext             241 src/filemanager/hotlist.c         listbox_get_current (list, &ctext, &cdata);
ctext             243 src/filemanager/hotlist.c             text = ctext;