Home
last modified time | relevance | path

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

/dports/games/edge/Edge-1.35-source/epi/
H A Dfile.h44 SEEKPOINT_CURRENT, enumerator
H A Dfile_sub.cc87 case SEEKPOINT_CURRENT: { new_pos = GetPosition(); break; } in Seek()
H A Dfile_memory.cc99 case SEEKPOINT_CURRENT: { new_pos = pos; break; } in Seek()
H A Dfile.cc86 case SEEKPOINT_CURRENT: { whence = SEEK_CUR; break; } in Seek()
H A Dimage_tga.cc395 if (! f->Seek(header.info_len, file_c::SEEKPOINT_CURRENT)) in TGA_Load()