EOF 681 src/editor/syntax.c if (c == EOF) EOF 1232 src/filemanager/hotlist.c while ((c = getc (hotlist_file)) != EOF && c != '\n' && g_ascii_isspace (c)) EOF 1253 src/filemanager/hotlist.c case EOF: EOF 1260 src/filemanager/hotlist.c while ((c = getc (hotlist_file)) != EOF && c != '\n') EOF 1265 src/filemanager/hotlist.c while ((c = getc (hotlist_file)) != EOF && c != '"') EOF 1270 src/filemanager/hotlist.c if (c == EOF) EOF 1278 src/filemanager/hotlist.c ret = (c == EOF) ? TKN_EOF : TKN_STRING; EOF 1282 src/filemanager/hotlist.c if (c == EOF) EOF 1297 src/filemanager/hotlist.c while ((c = fgetc (hotlist_file)) != EOF && (g_ascii_isalnum (c) || !isascii (c))); EOF 1298 src/filemanager/hotlist.c if (c != EOF) EOF 711 src/filemanager/mountlist.c if (fclose (fp) == EOF) EOF 991 src/filemanager/mountlist.c if (fclose (fp) == EOF) EOF 1026 src/filemanager/mountlist.c ret = fclose (fp) == EOF ? errno : 0 < ret ? 0 : -1; EOF 1097 src/filemanager/mountlist.c ret = fclose (fp) == EOF ? errno : 0 < ret ? 0 : -1; EOF 367 src/filemanager/treestore.c if (i == EOF) EOF 760 src/vfs/ftpfs/ftpfs.c while ((c = fgetc (npf)) != EOF && c != '\n')