Home
last modified time | relevance | path

Searched refs:startx (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_clrbot.c55 NCURSES_SIZE_T startx = win->_curx; in NCURSES_EXPORT() local
63 NCURSES_CH_T *ptr = &(line->text[startx]); in NCURSES_EXPORT()
66 CHANGED_TO_EOL(line, startx, win->_maxx); in NCURSES_EXPORT()
71 startx = 0; in NCURSES_EXPORT()
/freebsd/contrib/ncurses/panel/
H A Dp_move.c44 move_panel(PANEL * pan, int starty, int startx) in PANEL_EXPORT()
48 T((T_CALLED("move_panel(%p,%d,%d)"), (void *)pan, starty, startx)); in PANEL_EXPORT()
58 rc = mvwin(pan->win, starty, startx); in PANEL_EXPORT()
H A Dllib-lpaneltw138 int startx)
H A Dllib-lpanelt138 int startx)
H A Dllib-lpanelw138 int startx)
H A Dllib-lpanel138 int startx)
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c271 int i, x, startx, y; in draw_buttons() local
288 startx = d->w/2 - wbuttons/2 + newmargin; in draw_buttons()
291 draw_button(d->widget, y, startx + x, d->bs.sizebutton, in draw_buttons()