wchar_t           561 lib/tty/tty-ncurses.c     wchar_t wch[10];  // TODO not sure if the length is correct
wchar_t          1236 src/filemanager/mountlist.c                         wchar_t drive[3];
wchar_t          1237 src/filemanager/mountlist.c                         wchar_t mapping[MAX_PATH + 1];
wchar_t          1262 src/filemanager/mountlist.c                             wchar_t *next_backslash = wcschr (mapping + 26, L'\\');
wchar_t          1310 src/filemanager/mountlist.c         wchar_t vol_name[MAX_PATH + 1];
wchar_t          1326 src/filemanager/mountlist.c                 wchar_t stack_buf[MAX_PATH + 2];
wchar_t          1327 src/filemanager/mountlist.c                 wchar_t *malloced_buf = NULL;
wchar_t          1328 src/filemanager/mountlist.c                 wchar_t *buf = stack_buf;
wchar_t          1329 src/filemanager/mountlist.c                 DWORD bufsize = sizeof (stack_buf) / sizeof (wchar_t);
wchar_t          1338 src/filemanager/mountlist.c                         malloced_buf = (wchar_t *) g_malloc (bufsize * sizeof (wchar_t));
wchar_t          1346 src/filemanager/mountlist.c                     wchar_t *mount_dir = buf;