Home
last modified time | relevance | path

Searched refs:enumfptrs (Results 1 – 1 of 1) sorted by relevance

/dports/games/avp/avp-20170505/src/win95/
H A Dmishchnk.cpp970 List<int> enumfptrs; list_chunks_in_file(& enumfptrs, rif_file, "REBENUMS"); in check_file() local
983 if (enumfptrs.size()) in check_file()
985 SetFilePointer (rif_file,enumfptrs.first_entry(),0,FILE_BEGIN); in check_file()
1217 List<Chunk *> enumfptrs; in update_file()
1218 lookup_child ("REBENUMS",enumfptrs); in update_file()
1221 if (enumfptrs.size()) in update_file()
1223 enumch = (Enum_Chunk *)enumfptrs.first_entry(); in update_file()