wchar_t 211 lib/tty/tty-ncurses.c wchar_t wch[2] = { ch, 0 }; wchar_t 230 lib/tty/tty-ncurses.c wchar_t wch[2] = { ch, 0 }; wchar_t 249 lib/tty/tty-ncurses.c wchar_t wch[2] = { ch, 0 }; wchar_t 600 lib/tty/tty-ncurses.c wchar_t wch[10]; // TODO not sure if the length is correct wchar_t 1243 src/filemanager/mountlist.c wchar_t drive[3]; wchar_t 1244 src/filemanager/mountlist.c wchar_t mapping[MAX_PATH + 1]; wchar_t 1269 src/filemanager/mountlist.c wchar_t *next_backslash = wcschr (mapping + 26, L'\\'); wchar_t 1317 src/filemanager/mountlist.c wchar_t vol_name[MAX_PATH + 1]; wchar_t 1333 src/filemanager/mountlist.c wchar_t stack_buf[MAX_PATH + 2]; wchar_t 1334 src/filemanager/mountlist.c wchar_t *malloced_buf = NULL; wchar_t 1335 src/filemanager/mountlist.c wchar_t *buf = stack_buf; wchar_t 1336 src/filemanager/mountlist.c DWORD bufsize = sizeof (stack_buf) / sizeof (wchar_t); wchar_t 1345 src/filemanager/mountlist.c malloced_buf = (wchar_t *) g_malloc (bufsize * sizeof (wchar_t)); wchar_t 1353 src/filemanager/mountlist.c wchar_t *mount_dir = buf;