Home
last modified time | relevance | path

Searched refs:GoTo (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/ncurses/ncurses/tty/
H A Dtty_update.c445 GoTo(NCURSES_SP_ARGx in PutCharLR()
449 GoTo(NCURSES_SP_ARGx in PutCharLR()
616 GoTo(NCURSES_SP_ARGx in EmitRange()
1673 GoTo(NCURSES_SP_ARGx i, 0); in ClearScreen()
1685 GoTo(NCURSES_SP_ARGx 0, 0); in ClearScreen()
1826 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1830 GoTo(NCURSES_SP_ARGx top, 0); in scroll_csr_forward()
1834 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1842 GoTo(NCURSES_SP_ARGx top, 0); in scroll_csr_forward()
1850 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
[all …]
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DForDummies.md60 virtual void GoTo(int x, int y) = 0;
68 …d `PenDown()`, and control its movement using `Forward()`, `Turn()`, and `GoTo()`. Finally, `GetX(…
95 MOCK_METHOD2(GoTo, void(int x, int y));
385 EXPECT_CALL(turtle, GoTo(_, _)) // #1
387 EXPECT_CALL(turtle, GoTo(0, 0)) // #2
391 Suppose `turtle.GoTo(0, 0)` is called three times. In the third time, Google Mock will see that the…
/freebsd-13.1/contrib/ncurses/
H A DNEWS8000 within that function rather than doing it separately in the GoTo()
8049 + correct an off-by-one in GoTo() parameter in _nc_scrolln().
11269 + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.