Searched refs:GoTo (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | tty_update.c | 201 GoTo(NCURSES_SP_DCLx int const row, int const col) in GoTo() function 455 GoTo(NCURSES_SP_ARGx in PutCharLR() 459 GoTo(NCURSES_SP_ARGx in PutCharLR() 626 GoTo(NCURSES_SP_ARGx in EmitRange() 720 GoTo(NCURSES_SP_ARGx row, first = j); in PutRange() 1069 GoTo(NCURSES_SP_ARGx CurScreen(SP_PARM)->_cury, CurScreen(SP_PARM)->_curx); in TINFO_DOUPDATE() 1270 GoTo(NCURSES_SP_ARGx top, 0); in ClrBottom() 1368 GoTo(NCURSES_SP_ARGx lineno, firstChar); in TransformLine() 1389 GoTo(NCURSES_SP_ARGx lineno, firstChar); in TransformLine() 1460 GoTo(NCURSES_SP_ARGx lineno, 0); in TransformLine() [all …]
|
| /freebsd/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)); 366 EXPECT_CALL(turtle, GoTo(50, _)); 394 EXPECT_CALL(turtle, GoTo); 618 EXPECT_CALL(turtle, GoTo(_, _)) // #1 620 EXPECT_CALL(turtle, GoTo(0, 0)) // #2 624 Suppose `turtle.GoTo(0, 0)` is called three times. In the third time, gMock will
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 10197 within that function rather than doing it separately in the GoTo() 10246 + correct an off-by-one in GoTo() parameter in _nc_scrolln(). 13466 + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
|