ctext             212 lib/tty/tty-ncurses.c         cchar_t ctext;
ctext             214 lib/tty/tty-ncurses.c         setcchar (&ctext, wch, 0, 0, NULL);
ctext             215 lib/tty/tty-ncurses.c         add_wch (&ctext);
ctext             231 lib/tty/tty-ncurses.c         cchar_t ctext;
ctext             233 lib/tty/tty-ncurses.c         setcchar (&ctext, wch, 0, 0, NULL);
ctext             234 lib/tty/tty-ncurses.c         hline_set (&ctext, len);
ctext             250 lib/tty/tty-ncurses.c         cchar_t ctext;
ctext             252 lib/tty/tty-ncurses.c         setcchar (&ctext, wch, 0, 0, NULL);
ctext             253 lib/tty/tty-ncurses.c         vline_set (&ctext, len);
ctext             598 lib/tty/tty-ncurses.c     cchar_t *ctext;
ctext             607 lib/tty/tty-ncurses.c     ctext = g_malloc (sizeof (cchar_t) * (cols + 1));
ctext             611 lib/tty/tty-ncurses.c         mvin_wchnstr (y + row, x, ctext, cols);
ctext             615 lib/tty/tty-ncurses.c             getcchar (&ctext[col], wch, &attrs, &color_pair, NULL);
ctext             616 lib/tty/tty-ncurses.c             setcchar (&ctext[col], wch, attrs, color, NULL);
ctext             619 lib/tty/tty-ncurses.c         mvadd_wchnstr (y + row, x, ctext, cols);
ctext             622 lib/tty/tty-ncurses.c     g_free (ctext);
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;