EOF               681 src/editor/syntax.c         if (c == EOF)
EOF              1240 src/filemanager/hotlist.c     while ((c = getc (hotlist_file)) != EOF && c != '\n' && g_ascii_isspace (c))
EOF              1261 src/filemanager/hotlist.c     case EOF:
EOF              1268 src/filemanager/hotlist.c         while ((c = getc (hotlist_file)) != EOF && c != '\n')
EOF              1273 src/filemanager/hotlist.c         while ((c = getc (hotlist_file)) != EOF && c != '"')
EOF              1278 src/filemanager/hotlist.c                 if (c == EOF)
EOF              1286 src/filemanager/hotlist.c         ret = (c == EOF) ? TKN_EOF : TKN_STRING;
EOF              1290 src/filemanager/hotlist.c         if (c == EOF)
EOF              1305 src/filemanager/hotlist.c         while ((c = fgetc (hotlist_file)) != EOF && (g_ascii_isalnum (c) || !isascii (c)));
EOF              1306 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')