ctext 565 lib/tty/tty-ncurses.c cchar_t *ctext; ctext 574 lib/tty/tty-ncurses.c ctext = g_malloc (sizeof (cchar_t) * (cols + 1)); ctext 578 lib/tty/tty-ncurses.c mvin_wchnstr (y + row, x, ctext, cols); ctext 582 lib/tty/tty-ncurses.c getcchar (&ctext[col], wch, &attrs, &color_pair, NULL); ctext 583 lib/tty/tty-ncurses.c setcchar (&ctext[col], wch, attrs, color, NULL); ctext 586 lib/tty/tty-ncurses.c mvadd_wchnstr (y + row, x, ctext, cols); ctext 589 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;