Searched refs:startx (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_clrbot.c | 55 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 D | p_move.c | 44 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 D | llib-lpaneltw | 138 int startx)
|
| H A D | llib-lpanelt | 138 int startx)
|
| H A D | llib-lpanelw | 138 int startx)
|
| H A D | llib-lpanel | 138 int startx)
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | lib_util.c | 271 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()
|