EOF 700 src/editor/syntax.c if (c == EOF) EOF 1230 src/filemanager/hotlist.c while ((c = getc (hotlist_file)) != EOF && c != '\n' && g_ascii_isspace (c)) EOF 1251 src/filemanager/hotlist.c case EOF: EOF 1258 src/filemanager/hotlist.c while ((c = getc (hotlist_file)) != EOF && c != '\n') EOF 1263 src/filemanager/hotlist.c while ((c = getc (hotlist_file)) != EOF && c != '"') EOF 1268 src/filemanager/hotlist.c if (c == EOF) EOF 1276 src/filemanager/hotlist.c ret = (c == EOF) ? TKN_EOF : TKN_STRING; EOF 1280 src/filemanager/hotlist.c if (c == EOF) EOF 1295 src/filemanager/hotlist.c while ((c = fgetc (hotlist_file)) != EOF && (g_ascii_isalnum (c) || !isascii (c))); EOF 1296 src/filemanager/hotlist.c if (c != EOF) EOF 693 src/filemanager/mountlist.c if (fclose (fp) == EOF) EOF 973 src/filemanager/mountlist.c if (fclose (fp) == EOF) EOF 1008 src/filemanager/mountlist.c ret = fclose (fp) == EOF ? errno : 0 < ret ? 0 : -1; EOF 1079 src/filemanager/mountlist.c ret = fclose (fp) == EOF ? errno : 0 < ret ? 0 : -1; EOF 368 src/filemanager/treestore.c if (i == EOF) EOF 758 src/vfs/ftpfs/ftpfs.c while ((c = fgetc (npf)) != EOF && c != '\n')