Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dconfig.h116 H_USER_NAME = 56 enumerator
H A Dmem.cpp182 storeb((zword)(H_USER_NAME + i), h_user_name[i]); in restart_header()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dconfig.h116 H_USER_NAME = 56 enumerator
H A Dmem.cpp182 storeb((zword)(H_USER_NAME + i), h_user_name[i]); in restart_header()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dfrotz.h210 #define H_USER_NAME 56 macro
H A Dfastmem.c193 storeb((zword) (H_USER_NAME + i), z_header.user_name[i]); in restart_header()