Lines Matching refs:PyObject

26 static PyObject *
28 int y, int x, PyObject *ch, int group_right_1,
31 static PyObject *
32 _curses_window_addch(PyCursesWindowObject *self, PyObject *args)
34 PyObject *return_value = NULL;
38 PyObject *ch;
98 static PyObject *
100 int y, int x, PyObject *str, int group_right_1,
103 static PyObject *
104 _curses_window_addstr(PyCursesWindowObject *self, PyObject *args)
106 PyObject *return_value = NULL;
110 PyObject *str;
172 static PyObject *
174 int y, int x, PyObject *str, int n,
177 static PyObject *
178 _curses_window_addnstr(PyCursesWindowObject *self, PyObject *args)
180 PyObject *return_value = NULL;
184 PyObject *str;
238 static PyObject *
239 _curses_window_bkgd_impl(PyCursesWindowObject *self, PyObject *ch, long attr);
241 static PyObject *
242 _curses_window_bkgd(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs)
244 PyObject *return_value = NULL;
245 PyObject *ch;
275 static PyObject *
278 static PyObject *
279 _curses_window_attroff(PyCursesWindowObject *self, PyObject *arg)
281 PyObject *return_value = NULL;
303 static PyObject *
306 static PyObject *
307 _curses_window_attron(PyCursesWindowObject *self, PyObject *arg)
309 PyObject *return_value = NULL;
331 static PyObject *
334 static PyObject *
335 _curses_window_attrset(PyCursesWindowObject *self, PyObject *arg)
337 PyObject *return_value = NULL;
364 static PyObject *
365 _curses_window_bkgdset_impl(PyCursesWindowObject *self, PyObject *ch,
368 static PyObject *
369 _curses_window_bkgdset(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs)
371 PyObject *return_value = NULL;
372 PyObject *ch;
427 static PyObject *
428 _curses_window_border_impl(PyCursesWindowObject *self, PyObject *ls,
429 PyObject *rs, PyObject *ts, PyObject *bs,
430 PyObject *tl, PyObject *tr, PyObject *bl,
431 PyObject *br);
433 static PyObject *
434 _curses_window_border(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs)
436 PyObject *return_value = NULL;
437 PyObject *ls = NULL;
438 PyObject *rs = NULL;
439 PyObject *ts = NULL;
440 PyObject *bs = NULL;
441 PyObject *tl = NULL;
442 PyObject *tr = NULL;
443 PyObject *bl = NULL;
444 PyObject *br = NULL;
503 static PyObject *
505 PyObject *verch, PyObject *horch);
507 static PyObject *
508 _curses_window_box(PyCursesWindowObject *self, PyObject *args)
510 PyObject *return_value = NULL;
512 PyObject *verch = _PyLong_GetZero();
513 PyObject *horch = _PyLong_GetZero();
546 static PyObject *
550 static PyObject *
551 _curses_window_delch(PyCursesWindowObject *self, PyObject *args)
553 PyObject *return_value = NULL;
597 static PyObject *
601 static PyObject *
602 _curses_window_derwin(PyCursesWindowObject *self, PyObject *args)
604 PyObject *return_value = NULL;
647 static PyObject *
648 _curses_window_echochar_impl(PyCursesWindowObject *self, PyObject *ch,
651 static PyObject *
652 _curses_window_echochar(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs)
654 PyObject *return_value = NULL;
655 PyObject *ch;
692 static PyObject *
695 static PyObject *
696 _curses_window_enclose(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs)
698 PyObject *return_value = NULL;
733 static PyObject *
734 _curses_window_getbkgd(PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored))
736 PyObject *return_value = NULL;
769 static PyObject *
770 _curses_window_getch(PyCursesWindowObject *self, PyObject *args)
772 PyObject *return_value = NULL;
817 static PyObject *
821 static PyObject *
822 _curses_window_getkey(PyCursesWindowObject *self, PyObject *args)
824 PyObject *return_value = NULL;
865 static PyObject *
869 static PyObject *
870 _curses_window_get_wch(PyCursesWindowObject *self, PyObject *args)
872 PyObject *return_value = NULL;
916 static PyObject *
918 int y, int x, PyObject *ch, int n,
921 static PyObject *
922 _curses_window_hline(PyCursesWindowObject *self, PyObject *args)
924 PyObject *return_value = NULL;
928 PyObject *ch;
987 static PyObject *
989 int y, int x, PyObject *ch, int group_right_1,
992 static PyObject *
993 _curses_window_insch(PyCursesWindowObject *self, PyObject *args)
995 PyObject *return_value = NULL;
999 PyObject *ch;
1056 static PyObject *
1057 _curses_window_inch(PyCursesWindowObject *self, PyObject *args)
1059 PyObject *return_value = NULL;
1110 static PyObject *
1112 int y, int x, PyObject *str, int group_right_1,
1115 static PyObject *
1116 _curses_window_insstr(PyCursesWindowObject *self, PyObject *args)
1118 PyObject *return_value = NULL;
1122 PyObject *str;
1186 static PyObject *
1188 int y, int x, PyObject *str, int n,
1191 static PyObject *
1192 _curses_window_insnstr(PyCursesWindowObject *self, PyObject *args)
1194 PyObject *return_value = NULL;
1198 PyObject *str;
1252 static PyObject *
1255 static PyObject *
1256 _curses_window_is_linetouched(PyCursesWindowObject *self, PyObject *arg)
1258 PyObject *return_value = NULL;
1284 static PyObject *
1290 static PyObject *
1291 _curses_window_noutrefresh(PyCursesWindowObject *self, PyObject *args)
1293 PyObject *return_value = NULL;
1338 static PyObject *
1341 static PyObject *
1342 _curses_window_noutrefresh(PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored))
1365 static PyObject *
1371 static PyObject *
1372 _curses_window_overlay(PyCursesWindowObject *self, PyObject *args)
1374 PyObject *return_value = NULL;
1423 static PyObject *
1430 static PyObject *
1431 _curses_window_overwrite(PyCursesWindowObject *self, PyObject *args)
1433 PyObject *return_value = NULL;
1492 static PyObject *
1495 static PyObject *
1496 _curses_window_redrawln(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs)
1498 PyObject *return_value = NULL;
1538 static PyObject *
1543 static PyObject *
1544 _curses_window_refresh(PyCursesWindowObject *self, PyObject *args)
1546 PyObject *return_value = NULL;
1590 static PyObject *
1594 static PyObject *
1595 _curses_window_setscrreg(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs)
1597 PyObject *return_value = NULL;
1637 static PyObject *
1641 static PyObject *
1642 _curses_window_subwin(PyCursesWindowObject *self, PyObject *args)
1644 PyObject *return_value = NULL;
1685 static PyObject *
1689 static PyObject *
1690 _curses_window_scroll(PyCursesWindowObject *self, PyObject *args)
1692 PyObject *return_value = NULL;
1725 static PyObject *
1729 static PyObject *
1730 _curses_window_touchline(PyCursesWindowObject *self, PyObject *args)
1732 PyObject *return_value = NULL;
1778 static PyObject *
1780 int y, int x, PyObject *ch, int n,
1783 static PyObject *
1784 _curses_window_vline(PyCursesWindowObject *self, PyObject *args)
1786 PyObject *return_value = NULL;
1790 PyObject *ch;
1840 static PyObject *
1841 _curses_filter_impl(PyObject *module);
1843 static PyObject *
1844 _curses_filter(PyObject *module, PyObject *Py_UNUSED(ignored))
1860 static PyObject *
1861 _curses_baudrate_impl(PyObject *module);
1863 static PyObject *
1864 _curses_baudrate(PyObject *module, PyObject *Py_UNUSED(ignored))
1878 static PyObject *
1879 _curses_beep_impl(PyObject *module);
1881 static PyObject *
1882 _curses_beep(PyObject *module, PyObject *Py_UNUSED(ignored))
1896 static PyObject *
1897 _curses_can_change_color_impl(PyObject *module);
1899 static PyObject *
1900 _curses_can_change_color(PyObject *module, PyObject *Py_UNUSED(ignored))
1923 static PyObject *
1924 _curses_cbreak_impl(PyObject *module, int flag);
1926 static PyObject *
1927 _curses_cbreak(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1929 PyObject *return_value = NULL;
1964 static PyObject *
1965 _curses_color_content_impl(PyObject *module, int color_number);
1967 static PyObject *
1968 _curses_color_content(PyObject *module, PyObject *arg)
1970 PyObject *return_value = NULL;
1997 static PyObject *
1998 _curses_color_pair_impl(PyObject *module, int pair_number);
2000 static PyObject *
2001 _curses_color_pair(PyObject *module, PyObject *arg)
2003 PyObject *return_value = NULL;
2033 static PyObject *
2034 _curses_curs_set_impl(PyObject *module, int visibility);
2036 static PyObject *
2037 _curses_curs_set(PyObject *module, PyObject *arg)
2039 PyObject *return_value = NULL;
2065 static PyObject *
2066 _curses_def_prog_mode_impl(PyObject *module);
2068 static PyObject *
2069 _curses_def_prog_mode(PyObject *module, PyObject *Py_UNUSED(ignored))
2087 static PyObject *
2088 _curses_def_shell_mode_impl(PyObject *module);
2090 static PyObject *
2091 _curses_def_shell_mode(PyObject *module, PyObject *Py_UNUSED(ignored))
2108 static PyObject *
2109 _curses_delay_output_impl(PyObject *module, int ms);
2111 static PyObject *
2112 _curses_delay_output(PyObject *module, PyObject *arg)
2114 PyObject *return_value = NULL;
2136 static PyObject *
2137 _curses_doupdate_impl(PyObject *module);
2139 static PyObject *
2140 _curses_doupdate(PyObject *module, PyObject *Py_UNUSED(ignored))
2159 static PyObject *
2160 _curses_echo_impl(PyObject *module, int flag);
2162 static PyObject *
2163 _curses_echo(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
2165 PyObject *return_value = NULL;
2194 static PyObject *
2195 _curses_endwin_impl(PyObject *module);
2197 static PyObject *
2198 _curses_endwin(PyObject *module, PyObject *Py_UNUSED(ignored))
2212 static PyObject *
2213 _curses_erasechar_impl(PyObject *module);
2215 static PyObject *
2216 _curses_erasechar(PyObject *module, PyObject *Py_UNUSED(ignored))
2232 static PyObject *
2233 _curses_flash_impl(PyObject *module);
2235 static PyObject *
2236 _curses_flash(PyObject *module, PyObject *Py_UNUSED(ignored))
2253 static PyObject *
2254 _curses_flushinp_impl(PyObject *module);
2256 static PyObject *
2257 _curses_flushinp(PyObject *module, PyObject *Py_UNUSED(ignored))
2275 static PyObject *
2276 _curses_getsyx_impl(PyObject *module);
2278 static PyObject *
2279 _curses_getsyx(PyObject *module, PyObject *Py_UNUSED(ignored))
2300 static PyObject *
2301 _curses_getmouse_impl(PyObject *module);
2303 static PyObject *
2304 _curses_getmouse(PyObject *module, PyObject *Py_UNUSED(ignored))
2324 static PyObject *
2325 _curses_ungetmouse_impl(PyObject *module, short id, int x, int y, int z,
2328 static PyObject *
2329 _curses_ungetmouse(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
2331 PyObject *return_value = NULL;
2411 static PyObject *
2412 _curses_halfdelay_impl(PyObject *module, unsigned char tenths);
2414 static PyObject *
2415 _curses_halfdelay(PyObject *module, PyObject *arg)
2417 PyObject *return_value = NULL;
2454 static PyObject *
2455 _curses_has_colors_impl(PyObject *module);
2457 static PyObject *
2458 _curses_has_colors(PyObject *module, PyObject *Py_UNUSED(ignored))
2472 static PyObject *
2473 _curses_has_ic_impl(PyObject *module);
2475 static PyObject *
2476 _curses_has_ic(PyObject *module, PyObject *Py_UNUSED(ignored))
2490 static PyObject *
2491 _curses_has_il_impl(PyObject *module);
2493 static PyObject *
2494 _curses_has_il(PyObject *module, PyObject *Py_UNUSED(ignored))
2513 static PyObject *
2514 _curses_has_key_impl(PyObject *module, int key);
2516 static PyObject *
2517 _curses_has_key(PyObject *module, PyObject *arg)
2519 PyObject *return_value = NULL;
2556 static PyObject *
2557 _curses_init_color_impl(PyObject *module, int color_number, short r, short g,
2560 static PyObject *
2561 _curses_init_color(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
2563 PyObject *return_value = NULL;
2609 static PyObject *
2610 _curses_init_pair_impl(PyObject *module, int pair_number, int fg, int bg);
2612 static PyObject *
2613 _curses_init_pair(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
2615 PyObject *return_value = NULL;
2649 static PyObject *
2650 _curses_initscr_impl(PyObject *module);
2652 static PyObject *
2653 _curses_initscr(PyObject *module, PyObject *Py_UNUSED(ignored))
2674 static PyObject *
2675 _curses_setupterm_impl(PyObject *module, const char *term, int fd);
2677 static PyObject *
2678 _curses_setupterm(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
2680 PyObject *return_value = NULL;
2683 PyObject *argsbuf[2];
2744 static PyObject *
2745 _curses_get_escdelay_impl(PyObject *module);
2747 static PyObject *
2748 _curses_get_escdelay(PyObject *module, PyObject *Py_UNUSED(ignored))
2773 static PyObject *
2774 _curses_set_escdelay_impl(PyObject *module, int ms);
2776 static PyObject *
2777 _curses_set_escdelay(PyObject *module, PyObject *arg)
2779 PyObject *return_value = NULL;
2808 static PyObject *
2809 _curses_get_tabsize_impl(PyObject *module);
2811 static PyObject *
2812 _curses_get_tabsize(PyObject *module, PyObject *Py_UNUSED(ignored))
2836 static PyObject *
2837 _curses_set_tabsize_impl(PyObject *module, int size);
2839 static PyObject *
2840 _curses_set_tabsize(PyObject *module, PyObject *arg)
2842 PyObject *return_value = NULL;
2865 static PyObject *
2866 _curses_intrflush_impl(PyObject *module, int flag);
2868 static PyObject *
2869 _curses_intrflush(PyObject *module, PyObject *arg)
2871 PyObject *return_value = NULL;
2893 static PyObject *
2894 _curses_isendwin_impl(PyObject *module);
2896 static PyObject *
2897 _curses_isendwin(PyObject *module, PyObject *Py_UNUSED(ignored))
2918 static PyObject *
2919 _curses_is_term_resized_impl(PyObject *module, int nlines, int ncols);
2921 static PyObject *
2922 _curses_is_term_resized(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
2924 PyObject *return_value = NULL;
2959 static PyObject *
2960 _curses_keyname_impl(PyObject *module, int key);
2962 static PyObject *
2963 _curses_keyname(PyObject *module, PyObject *arg)
2965 PyObject *return_value = NULL;
2987 static PyObject *
2988 _curses_killchar_impl(PyObject *module);
2990 static PyObject *
2991 _curses_killchar(PyObject *module, PyObject *Py_UNUSED(ignored))
3008 static PyObject *
3009 _curses_longname_impl(PyObject *module);
3011 static PyObject *
3012 _curses_longname(PyObject *module, PyObject *Py_UNUSED(ignored))
3029 static PyObject *
3030 _curses_meta_impl(PyObject *module, int yes);
3032 static PyObject *
3033 _curses_meta(PyObject *module, PyObject *arg)
3035 PyObject *return_value = NULL;
3066 static PyObject *
3067 _curses_mouseinterval_impl(PyObject *module, int interval);
3069 static PyObject *
3070 _curses_mouseinterval(PyObject *module, PyObject *arg)
3072 PyObject *return_value = NULL;
3103 static PyObject *
3104 _curses_mousemask_impl(PyObject *module, unsigned long newmask);
3106 static PyObject *
3107 _curses_mousemask(PyObject *module, PyObject *arg)
3109 PyObject *return_value = NULL;
3137 static PyObject *
3138 _curses_napms_impl(PyObject *module, int ms);
3140 static PyObject *
3141 _curses_napms(PyObject *module, PyObject *arg)
3143 PyObject *return_value = NULL;
3170 static PyObject *
3171 _curses_newpad_impl(PyObject *module, int nlines, int ncols);
3173 static PyObject *
3174 _curses_newpad(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
3176 PyObject *return_value = NULL;
3216 static PyObject *
3217 _curses_newwin_impl(PyObject *module, int nlines, int ncols,
3220 static PyObject *
3221 _curses_newwin(PyObject *module, PyObject *args)
3223 PyObject *return_value = NULL;
3267 static PyObject *
3268 _curses_nl_impl(PyObject *module, int flag);
3270 static PyObject *
3271 _curses_nl(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
3273 PyObject *return_value = NULL;
3304 static PyObject *
3305 _curses_nocbreak_impl(PyObject *module);
3307 static PyObject *
3308 _curses_nocbreak(PyObject *module, PyObject *Py_UNUSED(ignored))
3324 static PyObject *
3325 _curses_noecho_impl(PyObject *module);
3327 static PyObject *
3328 _curses_noecho(PyObject *module, PyObject *Py_UNUSED(ignored))
3345 static PyObject *
3346 _curses_nonl_impl(PyObject *module);
3348 static PyObject *
3349 _curses_nonl(PyObject *module, PyObject *Py_UNUSED(ignored))
3366 static PyObject *
3367 _curses_noqiflush_impl(PyObject *module);
3369 static PyObject *
3370 _curses_noqiflush(PyObject *module, PyObject *Py_UNUSED(ignored))
3386 static PyObject *
3387 _curses_noraw_impl(PyObject *module);
3389 static PyObject *
3390 _curses_noraw(PyObject *module, PyObject *Py_UNUSED(ignored))
3407 static PyObject *
3408 _curses_pair_content_impl(PyObject *module, int pair_number);
3410 static PyObject *
3411 _curses_pair_content(PyObject *module, PyObject *arg)
3413 PyObject *return_value = NULL;
3436 static PyObject *
3437 _curses_pair_number_impl(PyObject *module, int attr);
3439 static PyObject *
3440 _curses_pair_number(PyObject *module, PyObject *arg)
3442 PyObject *return_value = NULL;
3466 static PyObject *
3467 _curses_putp_impl(PyObject *module, const char *string);
3469 static PyObject *
3470 _curses_putp(PyObject *module, PyObject *arg)
3472 PyObject *return_value = NULL;
3499 static PyObject *
3500 _curses_qiflush_impl(PyObject *module, int flag);
3502 static PyObject *
3503 _curses_qiflush(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
3505 PyObject *return_value = NULL;
3535 static PyObject *
3536 _curses_update_lines_cols_impl(PyObject *module);
3538 static PyObject *
3539 _curses_update_lines_cols(PyObject *module, PyObject *Py_UNUSED(ignored))
3562 static PyObject *
3563 _curses_raw_impl(PyObject *module, int flag);
3565 static PyObject *
3566 _curses_raw(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
3568 PyObject *return_value = NULL;
3597 static PyObject *
3598 _curses_reset_prog_mode_impl(PyObject *module);
3600 static PyObject *
3601 _curses_reset_prog_mode(PyObject *module, PyObject *Py_UNUSED(ignored))
3615 static PyObject *
3616 _curses_reset_shell_mode_impl(PyObject *module);
3618 static PyObject *
3619 _curses_reset_shell_mode(PyObject *module, PyObject *Py_UNUSED(ignored))
3633 static PyObject *
3634 _curses_resetty_impl(PyObject *module);
3636 static PyObject *
3637 _curses_resetty(PyObject *module, PyObject *Py_UNUSED(ignored))
3661 static PyObject *
3662 _curses_resizeterm_impl(PyObject *module, int nlines, int ncols);
3664 static PyObject *
3665 _curses_resizeterm(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
3667 PyObject *return_value = NULL;
3712 static PyObject *
3713 _curses_resize_term_impl(PyObject *module, int nlines, int ncols);
3715 static PyObject *
3716 _curses_resize_term(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
3718 PyObject *return_value = NULL;
3750 static PyObject *
3751 _curses_savetty_impl(PyObject *module);
3753 static PyObject *
3754 _curses_savetty(PyObject *module, PyObject *Py_UNUSED(ignored))
3777 static PyObject *
3778 _curses_setsyx_impl(PyObject *module, int y, int x);
3780 static PyObject *
3781 _curses_setsyx(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
3783 PyObject *return_value = NULL;
3822 static PyObject *
3823 _curses_start_color_impl(PyObject *module);
3825 static PyObject *
3826 _curses_start_color(PyObject *module, PyObject *Py_UNUSED(ignored))
3840 static PyObject *
3841 _curses_termattrs_impl(PyObject *module);
3843 static PyObject *
3844 _curses_termattrs(PyObject *module, PyObject *Py_UNUSED(ignored))
3858 static PyObject *
3859 _curses_termname_impl(PyObject *module);
3861 static PyObject *
3862 _curses_termname(PyObject *module, PyObject *Py_UNUSED(ignored))
3882 static PyObject *
3883 _curses_tigetflag_impl(PyObject *module, const char *capname);
3885 static PyObject *
3886 _curses_tigetflag(PyObject *module, PyObject *arg)
3888 PyObject *return_value = NULL;
3925 static PyObject *
3926 _curses_tigetnum_impl(PyObject *module, const char *capname);
3928 static PyObject *
3929 _curses_tigetnum(PyObject *module, PyObject *arg)
3931 PyObject *return_value = NULL;
3968 static PyObject *
3969 _curses_tigetstr_impl(PyObject *module, const char *capname);
3971 static PyObject *
3972 _curses_tigetstr(PyObject *module, PyObject *arg)
3974 PyObject *return_value = NULL;
4009 static PyObject *
4010 _curses_tparm_impl(PyObject *module, const char *str, int i1, int i2, int i3,
4013 static PyObject *
4014 _curses_tparm(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
4016 PyObject *return_value = NULL;
4054 static PyObject *
4055 _curses_typeahead_impl(PyObject *module, int fd);
4057 static PyObject *
4058 _curses_typeahead(PyObject *module, PyObject *arg)
4060 PyObject *return_value = NULL;
4129 static PyObject *
4130 _curses_use_env_impl(PyObject *module, int flag);
4132 static PyObject *
4133 _curses_use_env(PyObject *module, PyObject *arg)
4135 PyObject *return_value = NULL;
4164 static PyObject *
4165 _curses_use_default_colors_impl(PyObject *module);
4167 static PyObject *
4168 _curses_use_default_colors(PyObject *module, PyObject *Py_UNUSED(ignored))
4187 static PyObject *
4188 _curses_has_extended_color_support_impl(PyObject *module);
4190 static PyObject *
4191 _curses_has_extended_color_support(PyObject *module, PyObject *Py_UNUSED(ignored))