Lines Matching defs:group_right_1
28 int y, int x, PyObject *ch, int group_right_1,
39 int group_right_1 = 0;
52 group_right_1 = 1;
64 group_right_1 = 1;
71 return_value = _curses_window_addch_impl(self, group_left_1, y, x, ch, group_right_1, attr);
100 int y, int x, PyObject *str, int group_right_1,
111 int group_right_1 = 0;
124 group_right_1 = 1;
136 group_right_1 = 1;
143 return_value = _curses_window_addstr_impl(self, group_left_1, y, x, str, group_right_1, attr);
175 int group_right_1, long attr);
186 int group_right_1 = 0;
199 group_right_1 = 1;
211 group_right_1 = 1;
218 return_value = _curses_window_addnstr_impl(self, group_left_1, y, x, str, n, group_right_1, attr);
504 _curses_window_box_impl(PyCursesWindowObject *self, int group_right_1,
511 int group_right_1 = 0;
522 group_right_1 = 1;
528 return_value = _curses_window_box_impl(self, group_right_1, verch, horch);
547 _curses_window_delch_impl(PyCursesWindowObject *self, int group_right_1,
554 int group_right_1 = 0;
565 group_right_1 = 1;
571 return_value = _curses_window_delch_impl(self, group_right_1, y, x);
766 _curses_window_getch_impl(PyCursesWindowObject *self, int group_right_1,
773 int group_right_1 = 0;
785 group_right_1 = 1;
791 _return_value = _curses_window_getch_impl(self, group_right_1, y, x);
818 _curses_window_getkey_impl(PyCursesWindowObject *self, int group_right_1,
825 int group_right_1 = 0;
836 group_right_1 = 1;
842 return_value = _curses_window_getkey_impl(self, group_right_1, y, x);
866 _curses_window_get_wch_impl(PyCursesWindowObject *self, int group_right_1,
873 int group_right_1 = 0;
884 group_right_1 = 1;
890 return_value = _curses_window_get_wch_impl(self, group_right_1, y, x);
919 int group_right_1, long attr);
930 int group_right_1 = 0;
943 group_right_1 = 1;
955 group_right_1 = 1;
962 return_value = _curses_window_hline_impl(self, group_left_1, y, x, ch, n, group_right_1, attr);
989 int y, int x, PyObject *ch, int group_right_1,
1000 int group_right_1 = 0;
1013 group_right_1 = 1;
1025 group_right_1 = 1;
1032 return_value = _curses_window_insch_impl(self, group_left_1, y, x, ch, group_right_1, attr);
1053 _curses_window_inch_impl(PyCursesWindowObject *self, int group_right_1,
1060 int group_right_1 = 0;
1072 group_right_1 = 1;
1078 _return_value = _curses_window_inch_impl(self, group_right_1, y, x);
1112 int y, int x, PyObject *str, int group_right_1,
1123 int group_right_1 = 0;
1136 group_right_1 = 1;
1148 group_right_1 = 1;
1155 return_value = _curses_window_insstr_impl(self, group_left_1, y, x, str, group_right_1, attr);
1189 int group_right_1, long attr);
1200 int group_right_1 = 0;
1213 group_right_1 = 1;
1225 group_right_1 = 1;
1232 return_value = _curses_window_insnstr_impl(self, group_left_1, y, x, str, n, group_right_1, attr);
1286 int group_right_1, int pminrow, int pmincol,
1294 int group_right_1 = 0;
1309 group_right_1 = 1;
1315 return_value = _curses_window_noutrefresh_impl(self, group_right_1, pminrow, pmincol, sminrow, smincol, smaxrow, smaxcol);
1367 PyCursesWindowObject *destwin, int group_right_1,
1376 int group_right_1 = 0;
1394 group_right_1 = 1;
1400 return_value = _curses_window_overlay_impl(self, destwin, group_right_1, sminrow, smincol, dminrow, dmincol, dmaxrow, dmaxcol);
1426 int group_right_1, int sminrow, int smincol,
1435 int group_right_1 = 0;
1453 group_right_1 = 1;
1459 return_value = _curses_window_overwrite_impl(self, destwin, group_right_1, sminrow, smincol, dminrow, dmincol, dmaxrow, dmaxcol);
1539 _curses_window_refresh_impl(PyCursesWindowObject *self, int group_right_1,
1547 int group_right_1 = 0;
1562 group_right_1 = 1;
1568 return_value = _curses_window_refresh_impl(self, group_right_1, pminrow, pmincol, sminrow, smincol, smaxrow, smaxcol);
1686 _curses_window_scroll_impl(PyCursesWindowObject *self, int group_right_1,
1693 int group_right_1 = 0;
1703 group_right_1 = 1;
1709 return_value = _curses_window_scroll_impl(self, group_right_1, lines);
1727 int count, int group_right_1, int changed);
1735 int group_right_1 = 0;
1748 group_right_1 = 1;
1754 return_value = _curses_window_touchline_impl(self, start, count, group_right_1, changed);
1781 int group_right_1, long attr);
1792 int group_right_1 = 0;
1805 group_right_1 = 1;
1817 group_right_1 = 1;
1824 return_value = _curses_window_vline_impl(self, group_left_1, y, x, ch, n, group_right_1, attr);
3218 int group_right_1, int begin_y, int begin_x);
3226 int group_right_1 = 0;
3240 group_right_1 = 1;
3246 return_value = _curses_newwin_impl(module, nlines, ncols, group_right_1, begin_y, begin_x);