Home
last modified time | relevance | path

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

/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Dosdepend.c446 glk_stream_set_position(datafile, fpos, seekmode_Start); in printdb()
464 glk_stream_set_position(datafile, fpos, seekmode_Start); in printdb()
481 glk_stream_set_position(datafile, fpos, seekmode_Start); in printdb()
/dports/games/xglk/xglk/
H A Dgi_blorb.c118 glk_stream_set_position(file, 0, seekmode_Start); in giblorb_create_map()
142 glk_stream_set_position(file, nextpos, seekmode_Start); in giblorb_create_map()
407 seekmode_Start); in giblorb_load_chunk_by_number()
H A Dglk.h148 #define seekmode_Start (0) macro
/dports/games/dungeon/dungeon-3.2_1/glkterm/
H A Dgi_blorb.c118 glk_stream_set_position(file, 0, seekmode_Start); in giblorb_create_map()
142 glk_stream_set_position(file, nextpos, seekmode_Start); in giblorb_create_map()
417 seekmode_Start); in giblorb_load_chunk_by_number()
H A Dglk.h183 #define seekmode_Start (0) macro
/dports/games/tads/tads-3.0.8/tads2/glk/
H A Dos_glk.h219 #define OSFSK_SET seekmode_Start
/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Dinterpreter.cpp424 g_vm->glk_stream_set_position(game_stream, executing_function->position, seekmode_Start); in execute()
448 g_vm->glk_stream_set_position(game_stream, top_of_while, seekmode_Start); in execute()
465 g_vm->glk_stream_set_position(game_stream, top_of_iterate, seekmode_Start); in execute()
482 g_vm->glk_stream_set_position(game_stream, top_of_update, seekmode_Start); in execute()
553 g_vm->glk_stream_set_position(game_stream, top_of_do_loop, seekmode_Start); in execute()
570 g_vm->glk_stream_set_position(game_stream, top_of_do_loop, seekmode_Start); in execute()
839 g_vm->glk_stream_set_position(game_stream, top_of_loop, seekmode_Start); in execute()
945 g_vm->glk_stream_set_position(game_stream, top_of_select, seekmode_Start); in execute()
2706 g_vm->glk_stream_set_position(game_stream, backup[stack].address, seekmode_Start); in pop_stack()
H A Dloader.cpp258 g_vm->glk_stream_set_position(game_stream, start_of_file, seekmode_Start); in read_gamefile()
650 g_vm->glk_stream_set_position(game_stream, start_of_file, seekmode_Start); in read_gamefile()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dstreams.h58 seekmode_Start = 0, enumerator
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dstreams.h58 seekmode_Start = 0, enumerator
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/glulxe/
H A Dserial.cpp487 glk_stream_set_position(dest->str, pos, seekmode_Start); in reposition_write()