Home
last modified time | relevance | path

Searched refs:xold (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c776 int yold, int xold, in onscreen_mvcur() argument
813 if (yold == -1 || xold == -1 || NOT_LOCAL(SP_PARM, yold, xold, ynew, xnew)) { in onscreen_mvcur()
829 yold, xold, in onscreen_mvcur()
894 yold, xold, in onscreen_mvcur()
918 if (xold > 0) in onscreen_mvcur()
957 int yold, int xold, in _nc_real_mvcur() argument
1013 xold = 0; in _nc_real_mvcur()
1029 xold = -1; in _nc_real_mvcur()
1060 int yold, int xold, in NCURSES_SP_NAME()
1095 yold, xold, in TINFO_MVCUR()
[all …]
/dragonfly/contrib/tcsh-6/
H A Dtc.sig.c131 pintr_disabled_restore(void *xold) in pintr_disabled_restore() argument
135 old = xold; in pintr_disabled_restore()
/dragonfly/contrib/dialog/
H A Dui_getc.c506 int yold, xold; in dlg_getc() local
507 getyx(win, yold, xold); in dlg_getc()
510 wmove(win, yold, xold); in dlg_getc()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h2136 extern NCURSES_EXPORT(int) _nc_mvcur(int yold, int xold, int ynew, int xnew);
2506 int (*td_hwcur)(struct DriverTCB*, int yold, int xold, int y, int x);
/dragonfly/sys/dev/misc/psm/
H A Dpsm.c458 int xold; /* previous absolute X position */ member
4887 *x = sc->xold - x0;
4899 sc->xold = x0;