| /dragonfly/games/boggle/boggle/ |
| HD | mach.c | 146 refresh(); in results() 153 refresh(); in results() 216 refresh(); in get_line() 226 refresh(); in get_line() 236 refresh(); in get_line() 241 refresh(); in get_line() 271 refresh(); in get_line() 295 refresh(); in redraw() 344 refresh(); in startwords() 369 refresh(); in addword() [all …]
|
| /dragonfly/games/mille/ |
| HD | misc.c | 58 refresh(); in error() 93 refresh(); in getcard() 101 refresh(); in getcard() 173 refresh(); in getyn() 177 refresh(); in getyn() 182 refresh(); in getyn() 187 refresh(); in getyn() 195 refresh(); in getyn()
|
| /dragonfly/games/robots/ |
| HD | play_level.c | 47 refresh(); in play_level() 54 refresh(); in play_level() 68 refresh(); in play_level() 95 refresh(); in play_level() 106 refresh(); in play_level()
|
| HD | move.c | 155 refresh(); in get_move() 170 refresh(); in get_move() 242 refresh(); in do_move() 256 refresh(); in do_move() 292 refresh(); in reset_count()
|
| HD | init_field.c | 89 refresh(); in init_field() 99 refresh(); in init_field() 105 refresh(); in init_field()
|
| HD | main.c | 130 refresh(); in main() 170 refresh(); in another()
|
| /dragonfly/games/snake/snake/ |
| HD | snake.c | 256 refresh(); in mainloop() 447 refresh(); in setup() 669 refresh(); in spacewarp() 672 refresh(); in spacewarp() 685 refresh(); in snap() 689 refresh(); in snap() 702 refresh(); in stretch() 709 refresh(); in stretch() 722 refresh(); in stretch() 729 refresh(); in stretch() [all …]
|
| /dragonfly/games/gomoku/ |
| HD | bdisp.c | 83 refresh(); in cursfini() 149 refresh(); in bdwho() 177 refresh(); in bdisp() 250 refresh(); in ask() 263 refresh(); in get_key() 309 refresh(); in get_line() 328 refresh(); in get_coord() 422 (void)refresh(); in get_coord()
|
| /dragonfly/games/rogue/ |
| HD | message.c | 79 refresh(); in message() 89 refresh(); in message() 113 refresh(); in remessage() 125 refresh(); in check_message() 144 refresh(); in get_input_line() 163 refresh(); in get_input_line() 301 refresh(); in print_stats()
|
| HD | play.c | 71 refresh(); in play_level() 226 refresh(); in play_level()
|
| /dragonfly/usr.bin/systat/ |
| HD | main.c | 196 refresh(); in labels() 223 refresh(); in display() 246 refresh(); in die() 269 refresh(); in error() 291 refresh(); in nlisterr()
|
| /dragonfly/games/phantasia/ |
| HD | io.c | 53 refresh(); /* update screen */ in getstring() 211 refresh(); in interrupt() 267 refresh(); in getanswer() 294 refresh(); in getanswer()
|
| HD | interplayer.c | 104 refresh(); in battleplayer() 135 refresh(); in battleplayer() 185 refresh(); in battleplayer() 197 refresh(); in battleplayer() 244 refresh(); in battleplayer() 377 refresh(); in myturn() 549 refresh(); in tampered() 591 refresh(); in tampered() 673 refresh(); in userlist()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | fs_dir.h | 97 { refresh(); } in _GLIBCXX_VISIBILITY() 102 refresh(__ec); in _GLIBCXX_VISIBILITY() 117 refresh(); in _GLIBCXX_VISIBILITY() 124 refresh(__ec); in _GLIBCXX_VISIBILITY() 131 refresh(); in _GLIBCXX_VISIBILITY() 138 refresh(__ec); in _GLIBCXX_VISIBILITY() 142 refresh() in _GLIBCXX_VISIBILITY() 146 refresh(error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
|
| /dragonfly/games/grdc/ |
| HD | grdc.c | 127 refresh(); in main() 147 refresh(); in main() 201 refresh(); in main() 206 refresh(); in main() 264 refresh(); in cleanup()
|
| /dragonfly/games/battlestar/ |
| HD | fly.c | 191 refresh(); in screen() 231 refresh(); in blast() 237 refresh(); in blast() 277 refresh(); in moveenemy()
|
| /dragonfly/games/backgammon/teachgammon/ |
| HD | tutor.c | 69 refresh(); in tutor() 105 refresh(); in tutor() 119 refresh(); in tutor()
|
| /dragonfly/sys/dev/drm/i915/ |
| HD | intel_tv.c | 310 u16 refresh; /* in millihertz (for precision) */ member 383 .refresh = 59940, 426 .refresh = 59940, 468 .refresh = 59940, 511 .refresh = 59940, 555 .refresh = 50000, 600 .refresh = 50000, 642 .refresh = 59940, 666 .refresh = 50000, 690 .refresh = 60000, [all …]
|
| /dragonfly/usr.sbin/installer/dfuife_curses/ |
| HD | curses_util.c | 230 refresh(); in curses_debug_str() 241 refresh(); in curses_debug_int() 252 refresh(); in curses_debug_key() 263 refresh(); in curses_debug_float()
|
| /dragonfly/games/canfield/canfield/ |
| HD | canfield.c | 271 refresh(); in movebox() 410 refresh(); in makeboard() 774 refresh(); in clearmsg() 909 refresh(); in movetotalon() 1338 refresh(); in getcmd() 1345 refresh(); in getcmd() 1351 refresh(); in getcmd() 1358 refresh(); in getcmd() 1362 refresh(); in getcmd() 1366 refresh(); in getcmd() [all …]
|
| /dragonfly/games/worm/ |
| HD | worm.c | 111 refresh(); in main() 274 refresh(); in crash() 284 refresh(); in suspend() 298 refresh(); in setup()
|
| /dragonfly/sys/dev/drm/ |
| HD | drm_modes.c | 772 int refresh = 0; in drm_mode_vrefresh() local 776 refresh = mode->vrefresh; in drm_mode_vrefresh() 783 refresh = (calc_val + vtotal / 2) / vtotal; in drm_mode_vrefresh() 786 refresh *= 2; in drm_mode_vrefresh() 788 refresh /= 2; in drm_mode_vrefresh() 790 refresh /= mode->vscan; in drm_mode_vrefresh() 792 return refresh; in drm_mode_vrefresh() 1336 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; in drm_mode_parse_command_line_for_connector() local 1359 refresh = simple_strtol(&name[i+1], NULL, 10); in drm_mode_parse_command_line_for_connector() 1462 mode->refresh = refresh; in drm_mode_parse_command_line_for_connector() [all …]
|
| /dragonfly/games/worms/ |
| HD | worms.c | 269 refresh(); in main() 273 refresh(); in main() 301 refresh(); in main()
|
| /dragonfly/games/backgammon/common_source/ |
| HD | table.c | 125 refresh(); in checkmove() 133 refresh(); in checkmove() 180 refresh(); in checkmove()
|
| /dragonfly/games/bs/ |
| HD | bs.c | 143 refresh(); in uninitgame() 224 mvaddstr(22,27,"Hit any key to continue..."); refresh(); in intro() 255 refresh(); in prompt() 432 refresh(); in initgame() 508 refresh(); in getcoord() 575 refresh(); in getcoord() 821 refresh(); in sgetc() 835 refresh(); in sgetc() 1051 refresh(); in cputurn()
|