Home
last modified time | relevance | path

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

/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/sdl/
H A Dsf_resource.c73 static int maxlegalpic = 0; variable
122 &maxlegalpic); in sf_load_resources()
222 if (maxlegalpic) { in os_picture_data()
224 *height = maxlegalpic; in os_picture_data()
1046 if (p_num > maxlegalpic) in load_local_resources()
1047 maxlegalpic = p_num; in load_local_resources()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dumb/
H A Ddpic.c58 int maxlegalpic = 0; in dumb_init_pictures() local
72 bb_count_resources(blorb_map, bb_ID_Pict, &num_pictures, NULL, &maxlegalpic); in dumb_init_pictures()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/curses/
H A Dux_pic.c84 int maxlegalpic = 0; in unix_init_pictures() local
98 bb_count_resources(blorb_map, bb_ID_Pict, &num_pictures, NULL, &maxlegalpic); in unix_init_pictures()