Lines Matching refs:PyCFunction

1572     {"addch",           (PyCFunction)PyCursesWindow_AddCh, METH_VARARGS},
1573 {"addnstr", (PyCFunction)PyCursesWindow_AddNStr, METH_VARARGS},
1574 {"addstr", (PyCFunction)PyCursesWindow_AddStr, METH_VARARGS},
1575 {"attroff", (PyCFunction)PyCursesWindow_AttrOff, METH_VARARGS},
1576 {"attron", (PyCFunction)PyCursesWindow_AttrOn, METH_VARARGS},
1577 {"attrset", (PyCFunction)PyCursesWindow_AttrSet, METH_VARARGS},
1578 {"bkgd", (PyCFunction)PyCursesWindow_Bkgd, METH_VARARGS},
1580 {"chgat", (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS},
1582 {"bkgdset", (PyCFunction)PyCursesWindow_BkgdSet, METH_VARARGS},
1583 {"border", (PyCFunction)PyCursesWindow_Border, METH_VARARGS},
1584 {"box", (PyCFunction)PyCursesWindow_Box, METH_VARARGS},
1585 {"clear", (PyCFunction)PyCursesWindow_wclear, METH_NOARGS},
1586 {"clearok", (PyCFunction)PyCursesWindow_clearok, METH_VARARGS},
1587 {"clrtobot", (PyCFunction)PyCursesWindow_wclrtobot, METH_NOARGS},
1588 {"clrtoeol", (PyCFunction)PyCursesWindow_wclrtoeol, METH_NOARGS},
1589 {"cursyncup", (PyCFunction)PyCursesWindow_wcursyncup, METH_NOARGS},
1590 {"delch", (PyCFunction)PyCursesWindow_DelCh, METH_VARARGS},
1591 {"deleteln", (PyCFunction)PyCursesWindow_wdeleteln, METH_NOARGS},
1592 {"derwin", (PyCFunction)PyCursesWindow_DerWin, METH_VARARGS},
1593 {"echochar", (PyCFunction)PyCursesWindow_EchoChar, METH_VARARGS},
1595 {"enclose", (PyCFunction)PyCursesWindow_Enclose, METH_VARARGS},
1597 {"erase", (PyCFunction)PyCursesWindow_werase, METH_NOARGS},
1598 {"getbegyx", (PyCFunction)PyCursesWindow_getbegyx, METH_NOARGS},
1599 {"getbkgd", (PyCFunction)PyCursesWindow_GetBkgd, METH_NOARGS},
1600 {"getch", (PyCFunction)PyCursesWindow_GetCh, METH_VARARGS},
1601 {"getkey", (PyCFunction)PyCursesWindow_GetKey, METH_VARARGS},
1602 {"getmaxyx", (PyCFunction)PyCursesWindow_getmaxyx, METH_NOARGS},
1603 {"getparyx", (PyCFunction)PyCursesWindow_getparyx, METH_NOARGS},
1604 {"getstr", (PyCFunction)PyCursesWindow_GetStr, METH_VARARGS},
1605 {"getyx", (PyCFunction)PyCursesWindow_getyx, METH_NOARGS},
1606 {"hline", (PyCFunction)PyCursesWindow_Hline, METH_VARARGS},
1607 {"idcok", (PyCFunction)PyCursesWindow_idcok, METH_VARARGS},
1608 {"idlok", (PyCFunction)PyCursesWindow_idlok, METH_VARARGS},
1610 {"immedok", (PyCFunction)PyCursesWindow_immedok, METH_VARARGS},
1612 {"inch", (PyCFunction)PyCursesWindow_InCh, METH_VARARGS},
1613 {"insch", (PyCFunction)PyCursesWindow_InsCh, METH_VARARGS},
1614 {"insdelln", (PyCFunction)PyCursesWindow_winsdelln, METH_VARARGS},
1615 {"insertln", (PyCFunction)PyCursesWindow_winsertln, METH_NOARGS},
1616 {"insnstr", (PyCFunction)PyCursesWindow_InsNStr, METH_VARARGS},
1617 {"insstr", (PyCFunction)PyCursesWindow_InsStr, METH_VARARGS},
1618 {"instr", (PyCFunction)PyCursesWindow_InStr, METH_VARARGS},
1619 {"is_linetouched", (PyCFunction)PyCursesWindow_Is_LineTouched, METH_VARARGS},
1620 {"is_wintouched", (PyCFunction)PyCursesWindow_is_wintouched, METH_NOARGS},
1621 {"keypad", (PyCFunction)PyCursesWindow_keypad, METH_VARARGS},
1622 {"leaveok", (PyCFunction)PyCursesWindow_leaveok, METH_VARARGS},
1623 {"move", (PyCFunction)PyCursesWindow_wmove, METH_VARARGS},
1624 {"mvderwin", (PyCFunction)PyCursesWindow_mvderwin, METH_VARARGS},
1625 {"mvwin", (PyCFunction)PyCursesWindow_mvwin, METH_VARARGS},
1626 {"nodelay", (PyCFunction)PyCursesWindow_nodelay, METH_VARARGS},
1627 {"notimeout", (PyCFunction)PyCursesWindow_notimeout, METH_VARARGS},
1628 {"noutrefresh", (PyCFunction)PyCursesWindow_NoOutRefresh, METH_VARARGS},
1630 {"nooutrefresh", (PyCFunction)PyCursesWindow_NoOutRefresh, METH_VARARGS},
1631 {"overlay", (PyCFunction)PyCursesWindow_Overlay, METH_VARARGS},
1632 {"overwrite", (PyCFunction)PyCursesWindow_Overwrite,
1634 {"putwin", (PyCFunction)PyCursesWindow_PutWin, METH_VARARGS},
1635 {"redrawln", (PyCFunction)PyCursesWindow_RedrawLine, METH_VARARGS},
1636 {"redrawwin", (PyCFunction)PyCursesWindow_redrawwin, METH_NOARGS},
1637 {"refresh", (PyCFunction)PyCursesWindow_Refresh, METH_VARARGS},
1639 {"resize", (PyCFunction)PyCursesWindow_wresize, METH_VARARGS},
1641 {"scroll", (PyCFunction)PyCursesWindow_Scroll, METH_VARARGS},
1642 {"scrollok", (PyCFunction)PyCursesWindow_scrollok, METH_VARARGS},
1643 {"setscrreg", (PyCFunction)PyCursesWindow_SetScrollRegion, METH_VARARGS},
1644 {"standend", (PyCFunction)PyCursesWindow_wstandend, METH_NOARGS},
1645 {"standout", (PyCFunction)PyCursesWindow_wstandout, METH_NOARGS},
1646 {"subpad", (PyCFunction)PyCursesWindow_SubWin, METH_VARARGS},
1647 {"subwin", (PyCFunction)PyCursesWindow_SubWin, METH_VARARGS},
1648 {"syncdown", (PyCFunction)PyCursesWindow_wsyncdown, METH_NOARGS},
1650 {"syncok", (PyCFunction)PyCursesWindow_syncok, METH_VARARGS},
1652 {"syncup", (PyCFunction)PyCursesWindow_wsyncup, METH_NOARGS},
1653 {"timeout", (PyCFunction)PyCursesWindow_wtimeout, METH_VARARGS},
1654 {"touchline", (PyCFunction)PyCursesWindow_TouchLine, METH_VARARGS},
1655 {"touchwin", (PyCFunction)PyCursesWindow_touchwin, METH_NOARGS},
1656 {"untouchwin", (PyCFunction)PyCursesWindow_untouchwin, METH_NOARGS},
1657 {"vline", (PyCFunction)PyCursesWindow_Vline, METH_VARARGS},
2690 {"baudrate", (PyCFunction)PyCurses_baudrate, METH_NOARGS},
2691 {"beep", (PyCFunction)PyCurses_beep, METH_NOARGS},
2692 {"can_change_color", (PyCFunction)PyCurses_can_change_color, METH_NOARGS},
2693 {"cbreak", (PyCFunction)PyCurses_cbreak, METH_VARARGS},
2694 {"color_content", (PyCFunction)PyCurses_Color_Content, METH_VARARGS},
2695 {"color_pair", (PyCFunction)PyCurses_color_pair, METH_VARARGS},
2696 {"curs_set", (PyCFunction)PyCurses_Curs_Set, METH_VARARGS},
2697 {"def_prog_mode", (PyCFunction)PyCurses_def_prog_mode, METH_NOARGS},
2698 {"def_shell_mode", (PyCFunction)PyCurses_def_shell_mode, METH_NOARGS},
2699 {"delay_output", (PyCFunction)PyCurses_Delay_Output, METH_VARARGS},
2700 {"doupdate", (PyCFunction)PyCurses_doupdate, METH_NOARGS},
2701 {"echo", (PyCFunction)PyCurses_echo, METH_VARARGS},
2702 {"endwin", (PyCFunction)PyCurses_endwin, METH_NOARGS},
2703 {"erasechar", (PyCFunction)PyCurses_EraseChar, METH_NOARGS},
2705 {"filter", (PyCFunction)PyCurses_filter, METH_NOARGS},
2707 {"flash", (PyCFunction)PyCurses_flash, METH_NOARGS},
2708 {"flushinp", (PyCFunction)PyCurses_flushinp, METH_NOARGS},
2710 {"getmouse", (PyCFunction)PyCurses_GetMouse, METH_NOARGS},
2711 {"ungetmouse", (PyCFunction)PyCurses_UngetMouse, METH_VARARGS},
2714 {"getsyx", (PyCFunction)PyCurses_getsyx, METH_NOARGS},
2716 {"getwin", (PyCFunction)PyCurses_GetWin, METH_O},
2717 {"has_colors", (PyCFunction)PyCurses_has_colors, METH_NOARGS},
2718 {"has_ic", (PyCFunction)PyCurses_has_ic, METH_NOARGS},
2719 {"has_il", (PyCFunction)PyCurses_has_il, METH_NOARGS},
2721 {"has_key", (PyCFunction)PyCurses_has_key, METH_VARARGS},
2723 {"halfdelay", (PyCFunction)PyCurses_HalfDelay, METH_VARARGS},
2724 {"init_color", (PyCFunction)PyCurses_Init_Color, METH_VARARGS},
2725 {"init_pair", (PyCFunction)PyCurses_Init_Pair, METH_VARARGS},
2726 {"initscr", (PyCFunction)PyCurses_InitScr, METH_NOARGS},
2727 {"intrflush", (PyCFunction)PyCurses_IntrFlush, METH_VARARGS},
2728 {"isendwin", (PyCFunction)PyCurses_isendwin, METH_NOARGS},
2730 {"is_term_resized", (PyCFunction)PyCurses_Is_Term_Resized, METH_VARARGS},
2732 {"keyname", (PyCFunction)PyCurses_KeyName, METH_VARARGS},
2733 {"killchar", (PyCFunction)PyCurses_KillChar, METH_NOARGS},
2734 {"longname", (PyCFunction)PyCurses_longname, METH_NOARGS},
2735 {"meta", (PyCFunction)PyCurses_Meta, METH_VARARGS},
2737 {"mouseinterval", (PyCFunction)PyCurses_MouseInterval, METH_VARARGS},
2738 {"mousemask", (PyCFunction)PyCurses_MouseMask, METH_VARARGS},
2740 {"napms", (PyCFunction)PyCurses_Napms, METH_VARARGS},
2741 {"newpad", (PyCFunction)PyCurses_NewPad, METH_VARARGS},
2742 {"newwin", (PyCFunction)PyCurses_NewWindow, METH_VARARGS},
2743 {"nl", (PyCFunction)PyCurses_nl, METH_VARARGS},
2744 {"nocbreak", (PyCFunction)PyCurses_nocbreak, METH_NOARGS},
2745 {"noecho", (PyCFunction)PyCurses_noecho, METH_NOARGS},
2746 {"nonl", (PyCFunction)PyCurses_nonl, METH_NOARGS},
2747 {"noqiflush", (PyCFunction)PyCurses_noqiflush, METH_NOARGS},
2748 {"noraw", (PyCFunction)PyCurses_noraw, METH_NOARGS},
2749 {"pair_content", (PyCFunction)PyCurses_Pair_Content, METH_VARARGS},
2750 {"pair_number", (PyCFunction)PyCurses_pair_number, METH_VARARGS},
2751 {"putp", (PyCFunction)PyCurses_Putp, METH_VARARGS},
2752 {"qiflush", (PyCFunction)PyCurses_QiFlush, METH_VARARGS},
2753 {"raw", (PyCFunction)PyCurses_raw, METH_VARARGS},
2754 {"reset_prog_mode", (PyCFunction)PyCurses_reset_prog_mode, METH_NOARGS},
2755 {"reset_shell_mode", (PyCFunction)PyCurses_reset_shell_mode, METH_NOARGS},
2756 {"resetty", (PyCFunction)PyCurses_resetty, METH_NOARGS},
2758 {"resizeterm", (PyCFunction)PyCurses_ResizeTerm, METH_VARARGS},
2761 {"resize_term", (PyCFunction)PyCurses_Resize_Term, METH_VARARGS},
2763 {"savetty", (PyCFunction)PyCurses_savetty, METH_NOARGS},
2765 {"setsyx", (PyCFunction)PyCurses_setsyx, METH_VARARGS},
2767 {"setupterm", (PyCFunction)PyCurses_setupterm,
2769 {"start_color", (PyCFunction)PyCurses_Start_Color, METH_NOARGS},
2770 {"termattrs", (PyCFunction)PyCurses_termattrs, METH_NOARGS},
2771 {"termname", (PyCFunction)PyCurses_termname, METH_NOARGS},
2772 {"tigetflag", (PyCFunction)PyCurses_tigetflag, METH_VARARGS},
2773 {"tigetnum", (PyCFunction)PyCurses_tigetnum, METH_VARARGS},
2774 {"tigetstr", (PyCFunction)PyCurses_tigetstr, METH_VARARGS},
2775 {"tparm", (PyCFunction)PyCurses_tparm, METH_VARARGS},
2777 {"typeahead", (PyCFunction)PyCurses_TypeAhead, METH_VARARGS},
2779 {"unctrl", (PyCFunction)PyCurses_UnCtrl, METH_VARARGS},
2780 {"ungetch", (PyCFunction)PyCurses_UngetCh, METH_VARARGS},
2782 {"use_env", (PyCFunction)PyCurses_Use_Env, METH_VARARGS},
2785 {"use_default_colors", (PyCFunction)PyCurses_Use_Default_Colors, METH_NOARGS},