Searched refs:GoTo (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/ncurses/ncurses/tty/ |
| H A D | tty_update.c | 447 GoTo(NCURSES_SP_ARGx in PutCharLR() 451 GoTo(NCURSES_SP_ARGx in PutCharLR() 618 GoTo(NCURSES_SP_ARGx in EmitRange() 1684 GoTo(NCURSES_SP_ARGx i, 0); in ClearScreen() 1696 GoTo(NCURSES_SP_ARGx 0, 0); in ClearScreen() 1837 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward() 1841 GoTo(NCURSES_SP_ARGx top, 0); in scroll_csr_forward() 1845 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward() 1853 GoTo(NCURSES_SP_ARGx top, 0); in scroll_csr_forward() 1861 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward() [all …]
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | gmock_for_dummies.md | 112 virtual void GoTo(int x, int y) = 0; 125 `GoTo()`. Finally, `GetX()` and `GetY()` tell you the current position of the 176 MOCK_METHOD(void, GoTo, (int x, int y), (override)); 364 EXPECT_CALL(turtle, GoTo(50, _)); 392 EXPECT_CALL(turtle, GoTo); 616 EXPECT_CALL(turtle, GoTo(_, _)) // #1 618 EXPECT_CALL(turtle, GoTo(0, 0)) // #2 622 Suppose `turtle.GoTo(0, 0)` is called three times. In the third time, gMock will
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | NEWS | 9628 within that function rather than doing it separately in the GoTo() 9677 + correct an off-by-one in GoTo() parameter in _nc_scrolln(). 12897 + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
|