Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/
H A Ddjunpack.bat21 if "%GDBVER%"=="gdb-6.1.1" GoTo EnvOk
24 GoTo End
26 if not exist %1 GoTo NoArchive
32 if not exist junk.tmp GoTo NoDjTar
37 if not exist junk.tmp GoTo NoSed
40 GoTo End
43 GoTo End
46 GoTo End
50 GoTo End
/freebsd-12.1/contrib/ncurses/ncurses/tty/
H A Dtty_update.c401 GoTo(NCURSES_SP_ARGx in PutCharLR()
405 GoTo(NCURSES_SP_ARGx in PutCharLR()
569 GoTo(NCURSES_SP_ARGx in EmitRange()
1590 GoTo(NCURSES_SP_ARGx i, 0); in ClearScreen()
1602 GoTo(NCURSES_SP_ARGx 0, 0); in ClearScreen()
1741 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1745 GoTo(NCURSES_SP_ARGx top, 0); in scroll_csr_forward()
1749 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1757 GoTo(NCURSES_SP_ARGx top, 0); in scroll_csr_forward()
1765 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
[all …]
/freebsd-12.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-12.1/contrib/ncurses/
H A DNEWS5247 within that function rather than doing it separately in the GoTo()
5296 + correct an off-by-one in GoTo() parameter in _nc_scrolln().
8516 + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.