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

/macosx-10.10.1/vim-55/src/proto/
H A Dnetbeans.pro16 void netbeans_frame_moved __ARGS((int new_x, int new_y));
/macosx-10.10.1/text_cmds-88/fmt/
H A Dfmt.c531 size_t new_x; local
540 new_x = x + pending_spaces + width;
550 if (new_x<=goal_length) {
570 if (x0==0 || (new_x <= max_length && new_x-goal_length <= goal_length-x)) {
/macosx-10.10.1/vim-55/src/
H A Dintegration.h381 void workshop_frame_moved(int new_x, int new_y, int new_w, int new_h);
H A Dintegration.c1004 void workshop_frame_moved(int new_x, int new_y, int new_w, int new_h) argument
1012 new_x, new_y, new_w, new_h);
H A Dgui_x11.c612 int new_x; local
622 new_x = FILL_X(0);
625 if (gevent->x < new_x)
626 XClearArea(gui.dpy, gui.wid, 0, 0, new_x, 0, False);
H A Dnetbeans.c3035 netbeans_frame_moved(int new_x, int new_y) argument
3043 r_cmdno, (int)Columns, (int)Rows, new_x, new_y);
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c791 int new_x = first_x + getbegx(win); local
795 WINDOW *wb = newwin(high, wide, new_y, new_x);
796 WINDOW *wi = newwin(high - 2, wide - 2, new_y + 1, new_x + 1);
1055 int new_x = first_x + getbegx(win); local
1059 WINDOW *wb = newwin(high, wide, new_y, new_x);
1060 WINDOW *wi = newwin(high - 2, wide - 2, new_y + 1, new_x + 1);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxdisp.c2756 int new_x;
2761 new_x = it->current_x + it->pixel_width;
2772 new_x > it->last_visible_x
2775 || (new_x == it->last_visible_x
6517 int new_x;
6521 for (i = 0; i < it->nglyphs; ++i, x = new_x)
6523 new_x = x + single_glyph_width;
6526 if ((op & MOVE_TO_X) && new_x > to_x)
6537 new_x > it->last_visible_x
6540 || (new_x
2749 int new_x; local
6498 int new_x; local
16076 int new_x; local
[all...]
H A Dxterm.c5843 int new_x, new_y;
5846 new_x = event.xclient.data.s[0];
5851 f->left_pos = new_x;
5823 int new_x, new_y; local
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim3024 \ 'ncurses_mvcur(': 'int old_y, int old_x, int new_y, int new_x | int',

Completed in 174 milliseconds