Home
last modified time | relevance | path

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

/dports/mail/mmr/mmr-1.6.0/
H A Dcommands.cpp34 { 'c', GOTO_MSG },
35 { '1', GOTO_MSG },
36 { '2', GOTO_MSG },
37 { '3', GOTO_MSG },
38 { '4', GOTO_MSG },
39 { '5', GOTO_MSG },
40 { '6', GOTO_MSG },
41 { '7', GOTO_MSG },
42 { '8', GOTO_MSG },
43 { '9', GOTO_MSG },
H A Dcommands.h12 MSG_INFO, MSG_VIEW, MSG_NEXT, GOTO_START, GOTO_END, GOTO_MSG, enumerator
H A Dlisting.cpp488 case GOTO_MSG: in RunMain()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dlibutil.cc361 case GOTO_MSG: in _cgettopleft()
386 for (int r = GOTO_MSG; r < GOTO_MLIST; r++) in _find_correct_region()
469 case GOTO_MSG: in cgetsize()
482 if (region == GOTO_MSG) in cscroll()
H A Dmessage.cc411 cgotoxy(1, n + 1, GOTO_MSG); in out_line()
434 cgotoxy(lines[i].width() + 1, i - diff + 1, GOTO_MSG); in place_cursor()
436 cgotoxy(1, i - diff + 2, GOTO_MSG); in place_cursor()
451 cgotoxy(1, 1, GOTO_MSG); in place_cursor()
703 cgotoxy(1, last_row, GOTO_MSG); in more()
709 cgotoxy(1, last_row, GOTO_MSG); in more()
716 cgotoxy(use_first_col() ? 2 : 1, last_row, GOTO_MSG); in more()
H A Ddefines.h300 GOTO_MSG, // cprintf > message enumerator
H A Dcio.cc93 unwind_cursor saved(1, crawl_view.msgsz.y, GOTO_MSG); in unmangle_direction_keys()
101 unwind_cursor saved(1, crawl_view.msgsz.y, GOTO_MSG); in unmangle_direction_keys()
H A Dtilesdl.cc1329 return GOTO_MSG; in get_cursor_region()
1345 case GOTO_MSG: in set_cursor_region()