getc              864 lib/vfs/interface.c         getc (stdin);
getc             1240 src/filemanager/hotlist.c     while ((c = getc (hotlist_file)) != EOF && c != '\n' && g_ascii_isspace (c))
getc             1268 src/filemanager/hotlist.c         while ((c = getc (hotlist_file)) != EOF && c != '\n')
getc             1273 src/filemanager/hotlist.c         while ((c = getc (hotlist_file)) != EOF && c != '"')
getc             1277 src/filemanager/hotlist.c                 c = getc (hotlist_file);
getc             1289 src/filemanager/hotlist.c         c = getc (hotlist_file);