Searched refs:begin_x (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursesp.h104 int begin_x = 0)
105 : NCursesWindow(nlines,ncols,begin_y,begin_x), p(0)
234 int begin_x = 0,
236 : NCursesPanel (nlines, ncols, begin_y, begin_x)
H A Dcursesm.h268 int begin_x = 0)
269 : NCursesPanel(nlines,ncols,begin_y,begin_x),
300 int begin_x = 0,
303 : NCursesPanel(nlines, ncols, begin_y, begin_x),
630 int begin_x = 0,
632 : NCursesMenu(nlines,ncols,begin_y,begin_x) {
651 int begin_x = 0,
654 : NCursesMenu (Items, nlines, ncols, begin_y, begin_x, with_frame) {
H A Dcursesw.cc198 NCursesWindow::NCursesWindow(int nlines, int ncols, int begin_y, int begin_x) argument
203 w = ::newwin(nlines, ncols, begin_y, begin_x);
225 int begin_y, int begin_x, char absrel)
231 begin_x -= win.begx();
236 w = ::derwin(win.w, ny, nx, begin_y, begin_x);
224 NCursesWindow(NCursesWindow& win, int ny, int nx, int begin_y, int begin_x, char absrel) argument
H A Dcursesf.h407 int begin_x = 0)
408 : NCursesPanel(nlines, ncols, begin_y, begin_x),
439 int begin_x,
442 : NCursesPanel(nlines, ncols, begin_y, begin_x),
672 int begin_x = 0,
674 : NCursesForm(nlines,ncols,begin_y,begin_x) {
693 int begin_x = 0,
697 : NCursesForm (Fields, nlines, ncols, begin_y, begin_x,
435 NCursesForm(NCursesFormField* Fields[], int nlines, int ncols, int begin_y, int begin_x, bool with_frame=FALSE, bool autoDelete_Fields=FALSE) argument
H A Dcursesw.h806 int begin_x); // col origin
812 int begin_x, // origins:
813 char absrel = 'a');// if `a', begin_y & begin_x are
917 virtual int mvwin(int begin_y, int begin_x) { argument
918 return ::mvwin(w, begin_y, begin_x); }
1377 int begin_x) // col origin
1378 : NCursesWindow(nlines, ncols, begin_y, begin_x) {
1385 int begin_x, // origins:
1389 begin_y, begin_x, // else if `r', they are
1374 NCursesColorWindow(int nlines, int ncols, int begin_y, int begin_x) argument
1381 NCursesColorWindow(NCursesWindow& parentWin, int nlines, int ncols, int begin_y, int begin_x, char absrel = �) argument
/macosx-10.10.1/nano-12/src/
H A Dsearch.c262 * where we first started searching, at column begin_x. The return
269 bool no_sameline, const filestruct *begin, size_t begin_x, const
389 ((!ISSET(BACKWARDS_SEARCH) && current_x_find > begin_x) ||
390 (ISSET(BACKWARDS_SEARCH) && current_x_find < begin_x))
392 current_x_find > begin_x
875 size_t begin_x, pww_save; local
945 begin_x = openfile->current_x;
952 NULL, begin, &begin_x, last_search);
957 openfile->current_x = begin_x;
265 findnextstr( bool whole_word, bool no_sameline, const filestruct *begin, size_t begin_x, const char *needle, size_t *needle_len) argument
H A Dproto.h583 bool no_sameline, const filestruct *begin, size_t begin_x, const
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dcurses.c493 int nlines, ncols, begin_y, begin_x; local
505 begin_x = atoi(args[4]);
527 w->win = subwin(worig->win, nlines, ncols, begin_y, begin_x);
536 w->win = newwin(nlines, ncols, begin_y, begin_x);
/macosx-10.10.1/ruby-106/ruby/ext/curses/
H A Dcurses.c2531 * subpad(height, width, begin_x, begin_y)
2534 * begin at +begin_x+ line, and +begin_y+ columns on the pad.
2538 pad_subpad(VALUE obj, VALUE height, VALUE width, VALUE begin_x, VALUE begin_y) argument
2547 x = NUM2INT(begin_x);
/macosx-10.10.1/ncurses-44/ncurses/
H A Dconfigure15644 int begin_x = 0)
15657 int begin_x = 0,
15659 : NCursesPanel (nlines, ncols, begin_y, begin_x)

Completed in 238 milliseconds