• Home
  • Raw
  • Download

Lines Matching refs:METH_VARARGS

1564     {"addch",           (PyCFunction)PyCursesWindow_AddCh, METH_VARARGS},
1565 {"addnstr", (PyCFunction)PyCursesWindow_AddNStr, METH_VARARGS},
1566 {"addstr", (PyCFunction)PyCursesWindow_AddStr, METH_VARARGS},
1567 {"attroff", (PyCFunction)PyCursesWindow_AttrOff, METH_VARARGS},
1568 {"attron", (PyCFunction)PyCursesWindow_AttrOn, METH_VARARGS},
1569 {"attrset", (PyCFunction)PyCursesWindow_AttrSet, METH_VARARGS},
1570 {"bkgd", (PyCFunction)PyCursesWindow_Bkgd, METH_VARARGS},
1571 {"chgat", (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS},
1572 {"bkgdset", (PyCFunction)PyCursesWindow_BkgdSet, METH_VARARGS},
1573 {"border", (PyCFunction)PyCursesWindow_Border, METH_VARARGS},
1574 {"box", (PyCFunction)PyCursesWindow_Box, METH_VARARGS},
1576 {"clearok", (PyCFunction)PyCursesWindow_clearok, METH_VARARGS},
1580 {"delch", (PyCFunction)PyCursesWindow_DelCh, METH_VARARGS},
1582 {"derwin", (PyCFunction)PyCursesWindow_DerWin, METH_VARARGS},
1583 {"echochar", (PyCFunction)PyCursesWindow_EchoChar, METH_VARARGS},
1585 {"enclose", (PyCFunction)PyCursesWindow_Enclose, METH_VARARGS},
1590 {"getch", (PyCFunction)PyCursesWindow_GetCh, METH_VARARGS},
1591 {"getkey", (PyCFunction)PyCursesWindow_GetKey, METH_VARARGS},
1594 {"getstr", (PyCFunction)PyCursesWindow_GetStr, METH_VARARGS},
1596 {"hline", (PyCFunction)PyCursesWindow_Hline, METH_VARARGS},
1597 {"idcok", (PyCFunction)PyCursesWindow_idcok, METH_VARARGS},
1598 {"idlok", (PyCFunction)PyCursesWindow_idlok, METH_VARARGS},
1599 {"immedok", (PyCFunction)PyCursesWindow_immedok, METH_VARARGS},
1600 {"inch", (PyCFunction)PyCursesWindow_InCh, METH_VARARGS},
1601 {"insch", (PyCFunction)PyCursesWindow_InsCh, METH_VARARGS},
1602 {"insdelln", (PyCFunction)PyCursesWindow_winsdelln, METH_VARARGS},
1604 {"insnstr", (PyCFunction)PyCursesWindow_InsNStr, METH_VARARGS},
1605 {"insstr", (PyCFunction)PyCursesWindow_InsStr, METH_VARARGS},
1606 {"instr", (PyCFunction)PyCursesWindow_InStr, METH_VARARGS},
1607 {"is_linetouched", (PyCFunction)PyCursesWindow_Is_LineTouched, METH_VARARGS},
1609 {"keypad", (PyCFunction)PyCursesWindow_keypad, METH_VARARGS},
1610 {"leaveok", (PyCFunction)PyCursesWindow_leaveok, METH_VARARGS},
1611 {"move", (PyCFunction)PyCursesWindow_wmove, METH_VARARGS},
1612 {"mvderwin", (PyCFunction)PyCursesWindow_mvderwin, METH_VARARGS},
1613 {"mvwin", (PyCFunction)PyCursesWindow_mvwin, METH_VARARGS},
1614 {"nodelay", (PyCFunction)PyCursesWindow_nodelay, METH_VARARGS},
1615 {"notimeout", (PyCFunction)PyCursesWindow_notimeout, METH_VARARGS},
1616 {"noutrefresh", (PyCFunction)PyCursesWindow_NoOutRefresh, METH_VARARGS},
1618 {"nooutrefresh", (PyCFunction)PyCursesWindow_NoOutRefresh, METH_VARARGS},
1619 {"overlay", (PyCFunction)PyCursesWindow_Overlay, METH_VARARGS},
1621 METH_VARARGS},
1622 {"putwin", (PyCFunction)PyCursesWindow_PutWin, METH_VARARGS},
1623 {"redrawln", (PyCFunction)PyCursesWindow_RedrawLine, METH_VARARGS},
1625 {"refresh", (PyCFunction)PyCursesWindow_Refresh, METH_VARARGS},
1627 {"resize", (PyCFunction)PyCursesWindow_wresize, METH_VARARGS},
1629 {"scroll", (PyCFunction)PyCursesWindow_Scroll, METH_VARARGS},
1630 {"scrollok", (PyCFunction)PyCursesWindow_scrollok, METH_VARARGS},
1631 {"setscrreg", (PyCFunction)PyCursesWindow_SetScrollRegion, METH_VARARGS},
1634 {"subpad", (PyCFunction)PyCursesWindow_SubWin, METH_VARARGS},
1635 {"subwin", (PyCFunction)PyCursesWindow_SubWin, METH_VARARGS},
1637 {"syncok", (PyCFunction)PyCursesWindow_syncok, METH_VARARGS},
1639 {"timeout", (PyCFunction)PyCursesWindow_wtimeout, METH_VARARGS},
1640 {"touchline", (PyCFunction)PyCursesWindow_TouchLine, METH_VARARGS},
1643 {"vline", (PyCFunction)PyCursesWindow_Vline, METH_VARARGS},
2658 {"cbreak", (PyCFunction)PyCurses_cbreak, METH_VARARGS},
2659 {"color_content", (PyCFunction)PyCurses_Color_Content, METH_VARARGS},
2660 {"color_pair", (PyCFunction)PyCurses_color_pair, METH_VARARGS},
2661 {"curs_set", (PyCFunction)PyCurses_Curs_Set, METH_VARARGS},
2664 {"delay_output", (PyCFunction)PyCurses_Delay_Output, METH_VARARGS},
2666 {"echo", (PyCFunction)PyCurses_echo, METH_VARARGS},
2674 {"ungetmouse", (PyCFunction)PyCurses_UngetMouse, METH_VARARGS},
2682 {"has_key", (PyCFunction)PyCurses_has_key, METH_VARARGS},
2684 {"halfdelay", (PyCFunction)PyCurses_HalfDelay, METH_VARARGS},
2685 {"init_color", (PyCFunction)PyCurses_Init_Color, METH_VARARGS},
2686 {"init_pair", (PyCFunction)PyCurses_Init_Pair, METH_VARARGS},
2688 {"intrflush", (PyCFunction)PyCurses_IntrFlush, METH_VARARGS},
2691 {"is_term_resized", (PyCFunction)PyCurses_Is_Term_Resized, METH_VARARGS},
2694 {"keyname", (PyCFunction)PyCurses_KeyName, METH_VARARGS},
2698 {"meta", (PyCFunction)PyCurses_Meta, METH_VARARGS},
2700 {"mouseinterval", (PyCFunction)PyCurses_MouseInterval, METH_VARARGS},
2701 {"mousemask", (PyCFunction)PyCurses_MouseMask, METH_VARARGS},
2703 {"napms", (PyCFunction)PyCurses_Napms, METH_VARARGS},
2704 {"newpad", (PyCFunction)PyCurses_NewPad, METH_VARARGS},
2705 {"newwin", (PyCFunction)PyCurses_NewWindow, METH_VARARGS},
2706 {"nl", (PyCFunction)PyCurses_nl, METH_VARARGS},
2712 {"pair_content", (PyCFunction)PyCurses_Pair_Content, METH_VARARGS},
2713 {"pair_number", (PyCFunction)PyCurses_pair_number, METH_VARARGS},
2714 {"putp", (PyCFunction)PyCurses_Putp, METH_VARARGS},
2715 {"qiflush", (PyCFunction)PyCurses_QiFlush, METH_VARARGS},
2716 {"raw", (PyCFunction)PyCurses_raw, METH_VARARGS},
2721 {"resizeterm", (PyCFunction)PyCurses_ResizeTerm, METH_VARARGS},
2724 {"resize_term", (PyCFunction)PyCurses_Resize_Term, METH_VARARGS},
2727 {"setsyx", (PyCFunction)PyCurses_setsyx, METH_VARARGS},
2729 METH_VARARGS|METH_KEYWORDS},
2733 {"tigetflag", (PyCFunction)PyCurses_tigetflag, METH_VARARGS},
2734 {"tigetnum", (PyCFunction)PyCurses_tigetnum, METH_VARARGS},
2735 {"tigetstr", (PyCFunction)PyCurses_tigetstr, METH_VARARGS},
2736 {"tparm", (PyCFunction)PyCurses_tparm, METH_VARARGS},
2737 {"typeahead", (PyCFunction)PyCurses_TypeAhead, METH_VARARGS},
2738 {"unctrl", (PyCFunction)PyCurses_UnCtrl, METH_VARARGS},
2739 {"ungetch", (PyCFunction)PyCurses_UngetCh, METH_VARARGS},
2740 {"use_env", (PyCFunction)PyCurses_Use_Env, METH_VARARGS},