Home
last modified time | relevance | path

Searched refs:hd_height (Results 1 – 8 of 8) sorted by relevance

/dports/games/xinfocom/xinfocom/
H A Dwindow.c76 status_height = min(param, hd_height() - 1); in split_screen()
89 set_xy(0, hd_height() - 1); in split_screen()
118 set_xy(0, hd_height() - 1); in restore_cursor_position()
141 erase_window(0, (word) hd_height()); in do_clear_screen()
143 set_xy(0, hd_height() - 1); in do_clear_screen()
146 erase_window(status_height, (word) hd_height()); in do_clear_screen()
H A Dhead.c116 int high = hd_height(); in hd_load()
188 int hd_height(void) in hd_height() function
H A Dhead.h38 int hd_height(void);
H A Dshared.c179 int high = hd_height() - lose - 3; in out_char()
H A Dfile.c169 int high = hd_height(); in restore_game()
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dyapfiles.py76 hd_height = int_or_none(player.get('hd'))
91 'height': hd_height if is_hd else None,
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dyapfiles.py76 hd_height = int_or_none(player.get('hd'))
91 'height': hd_height if is_hd else None,
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/hpc/
H A Dhpcfbio.h196 short hd_height; member