EOF 667 src/editor/syntax.c if (c == EOF) EOF 1238 src/filemanager/hotlist.c while ((c = getc (hotlist_file)) != EOF && c != '\n' && g_ascii_isspace (c)) EOF 1259 src/filemanager/hotlist.c case EOF: EOF 1266 src/filemanager/hotlist.c while ((c = getc (hotlist_file)) != EOF && c != '\n') EOF 1271 src/filemanager/hotlist.c while ((c = getc (hotlist_file)) != EOF && c != '"') EOF 1276 src/filemanager/hotlist.c if (c == EOF) EOF 1284 src/filemanager/hotlist.c ret = (c == EOF) ? TKN_EOF : TKN_STRING; EOF 1288 src/filemanager/hotlist.c if (c == EOF) EOF 1303 src/filemanager/hotlist.c while ((c = fgetc (hotlist_file)) != EOF && (g_ascii_isalnum (c) || !isascii (c))); EOF 1304 src/filemanager/hotlist.c if (c != EOF) EOF 708 src/filemanager/mountlist.c if (fclose (fp) == EOF) EOF 988 src/filemanager/mountlist.c if (fclose (fp) == EOF) EOF 1023 src/filemanager/mountlist.c ret = fclose (fp) == EOF ? errno : 0 < ret ? 0 : -1; EOF 1094 src/filemanager/mountlist.c ret = fclose (fp) == EOF ? errno : 0 < ret ? 0 : -1; EOF 367 src/filemanager/treestore.c if (i == EOF) EOF 761 src/vfs/ftpfs/ftpfs.c while ((c = fgetc (npf)) != EOF && c != '\n')