Home
last modified time | relevance | path

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

/dports/games/xinfocom/xinfocom/
H A Dhead.c193 version hd_version(void) in hd_version() function
308 return hd_version() >= VERSION_4; in hd_plus()
313 return hd_version() >= VERSION_5; in hd_five()
318 switch(hd_version()) in hd_offset()
H A Dwindow.c116 else if(hd_version() > VERSION_4) in restore_cursor_position()
142 if(hd_version() == VERSION_4) in do_clear_screen()
H A Dinit.c29 word maximum = hd_version() >= VERSION_3 in init()
H A Daddr.c14 switch(hd_version()) in init_addr()
H A Dhead.h56 version hd_version(void);
H A Dinterp.c173 require(hd_version() == VERSION_3); in dispatch0()
177 require(!EARLY || hd_version() >= VERSION_3); in dispatch0()
H A Dmessage.c302 switch(hd_version()) in init_message()