Home
last modified time | relevance | path

Searched refs:group_right_1 (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Modules/clinic/
D_cursesmodule.c.h28 int y, int x, PyObject *ch, int group_right_1,
39 int group_right_1 = 0; in _curses_window_addch() local
52 group_right_1 = 1; in _curses_window_addch()
64 group_right_1 = 1; in _curses_window_addch()
71 return_value = _curses_window_addch_impl(self, group_left_1, y, x, ch, group_right_1, attr); in _curses_window_addch()
100 int y, int x, PyObject *str, int group_right_1,
111 int group_right_1 = 0; in _curses_window_addstr() local
124 group_right_1 = 1; in _curses_window_addstr()
136 group_right_1 = 1; in _curses_window_addstr()
143 return_value = _curses_window_addstr_impl(self, group_left_1, y, x, str, group_right_1, attr); in _curses_window_addstr()
[all …]
Dresource.c.h101 int group_right_1, PyObject *limits);
109 int group_right_1 = 0; in resource_prlimit() local
122 group_right_1 = 1; in resource_prlimit()
128 return_value = resource_prlimit_impl(module, pid, resource, group_right_1, limits); in resource_prlimit()
Dmathmodule.c.h193 math_log_impl(PyObject *module, PyObject *x, int group_right_1,
201 int group_right_1 = 0; in math_log() local
214 group_right_1 = 1; in math_log()
220 return_value = math_log_impl(module, x, group_right_1, base); in math_log()
D_ssl.c.h275 int group_right_1, Py_buffer *buffer);
282 int group_right_1 = 0; in _ssl__SSLSocket_read() local
295 group_right_1 = 1; in _ssl__SSLSocket_read()
301 return_value = _ssl__SSLSocket_read_impl(self, len, group_right_1, &buffer); in _ssl__SSLSocket_read()
/third_party/python/Modules/
D_cursesmodule.c740 int y, int x, PyObject *ch, int group_right_1, in _curses_window_addch_impl() argument
813 int y, int x, PyObject *str, int group_right_1, in _curses_window_addstr_impl() argument
824 int use_xy = group_left_1, use_attr = group_right_1; in _curses_window_addstr_impl()
897 int group_right_1, long attr) in _curses_window_addnstr_impl() argument
907 int use_xy = group_left_1, use_attr = group_right_1; in _curses_window_addnstr_impl()
1127 _curses_window_box_impl(PyCursesWindowObject *self, int group_right_1, in _curses_window_box_impl() argument
1132 if (group_right_1) { in _curses_window_box_impl()
1259 _curses_window_delch_impl(PyCursesWindowObject *self, int group_right_1, in _curses_window_delch_impl() argument
1263 if (!group_right_1) { in _curses_window_delch_impl()
1397 _curses_window_getch_impl(PyCursesWindowObject *self, int group_right_1, in _curses_window_getch_impl() argument
[all …]
Dresource.c278 int group_right_1, PyObject *limits) in resource_prlimit_impl() argument
295 if (group_right_1) { in resource_prlimit_impl()
D_ssl.c2432 int group_right_1, Py_buffer *buffer) in _ssl__SSLSocket_read_impl() argument
2446 if (!group_right_1 && len < 0) { in _ssl__SSLSocket_read_impl()
2461 if (!group_right_1) { in _ssl__SSLSocket_read_impl()
2544 if (!group_right_1) { in _ssl__SSLSocket_read_impl()
2555 if (!group_right_1) in _ssl__SSLSocket_read_impl()
Dmathmodule.c2323 math_log_impl(PyObject *module, PyObject *x, int group_right_1, in math_log_impl() argument