• Home
  • Raw
  • Download

Lines Matching refs:METH_VARARGS

1997     {"addnstr",         (PyCFunction)PyCursesWindow_AddNStr, METH_VARARGS},
1998 {"addstr", (PyCFunction)PyCursesWindow_AddStr, METH_VARARGS},
1999 {"attroff", (PyCFunction)PyCursesWindow_AttrOff, METH_VARARGS},
2000 {"attron", (PyCFunction)PyCursesWindow_AttrOn, METH_VARARGS},
2001 {"attrset", (PyCFunction)PyCursesWindow_AttrSet, METH_VARARGS},
2002 {"bkgd", (PyCFunction)PyCursesWindow_Bkgd, METH_VARARGS},
2004 {"chgat", (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS},
2006 {"bkgdset", (PyCFunction)PyCursesWindow_BkgdSet, METH_VARARGS},
2007 {"border", (PyCFunction)PyCursesWindow_Border, METH_VARARGS},
2008 {"box", (PyCFunction)PyCursesWindow_Box, METH_VARARGS},
2010 {"clearok", (PyCFunction)PyCursesWindow_clearok, METH_VARARGS},
2014 {"delch", (PyCFunction)PyCursesWindow_DelCh, METH_VARARGS},
2016 {"derwin", (PyCFunction)PyCursesWindow_DerWin, METH_VARARGS},
2017 {"echochar", (PyCFunction)PyCursesWindow_EchoChar, METH_VARARGS},
2019 {"enclose", (PyCFunction)PyCursesWindow_Enclose, METH_VARARGS},
2024 {"getch", (PyCFunction)PyCursesWindow_GetCh, METH_VARARGS},
2025 {"getkey", (PyCFunction)PyCursesWindow_GetKey, METH_VARARGS},
2027 {"get_wch", (PyCFunction)PyCursesWindow_Get_WCh, METH_VARARGS},
2031 {"getstr", (PyCFunction)PyCursesWindow_GetStr, METH_VARARGS},
2033 {"hline", (PyCFunction)PyCursesWindow_Hline, METH_VARARGS},
2034 {"idcok", (PyCFunction)PyCursesWindow_idcok, METH_VARARGS},
2035 {"idlok", (PyCFunction)PyCursesWindow_idlok, METH_VARARGS},
2037 {"immedok", (PyCFunction)PyCursesWindow_immedok, METH_VARARGS},
2039 {"inch", (PyCFunction)PyCursesWindow_InCh, METH_VARARGS},
2040 {"insch", (PyCFunction)PyCursesWindow_InsCh, METH_VARARGS},
2041 {"insdelln", (PyCFunction)PyCursesWindow_winsdelln, METH_VARARGS},
2043 {"insnstr", (PyCFunction)PyCursesWindow_InsNStr, METH_VARARGS},
2044 {"insstr", (PyCFunction)PyCursesWindow_InsStr, METH_VARARGS},
2045 {"instr", (PyCFunction)PyCursesWindow_InStr, METH_VARARGS},
2046 {"is_linetouched", (PyCFunction)PyCursesWindow_Is_LineTouched, METH_VARARGS},
2048 {"keypad", (PyCFunction)PyCursesWindow_keypad, METH_VARARGS},
2049 {"leaveok", (PyCFunction)PyCursesWindow_leaveok, METH_VARARGS},
2050 {"move", (PyCFunction)PyCursesWindow_wmove, METH_VARARGS},
2051 {"mvderwin", (PyCFunction)PyCursesWindow_mvderwin, METH_VARARGS},
2052 {"mvwin", (PyCFunction)PyCursesWindow_mvwin, METH_VARARGS},
2053 {"nodelay", (PyCFunction)PyCursesWindow_nodelay, METH_VARARGS},
2054 {"notimeout", (PyCFunction)PyCursesWindow_notimeout, METH_VARARGS},
2055 {"noutrefresh", (PyCFunction)PyCursesWindow_NoOutRefresh, METH_VARARGS},
2056 {"overlay", (PyCFunction)PyCursesWindow_Overlay, METH_VARARGS},
2058 METH_VARARGS},
2060 {"redrawln", (PyCFunction)PyCursesWindow_RedrawLine, METH_VARARGS},
2062 {"refresh", (PyCFunction)PyCursesWindow_Refresh, METH_VARARGS},
2064 {"resize", (PyCFunction)PyCursesWindow_wresize, METH_VARARGS},
2066 {"scroll", (PyCFunction)PyCursesWindow_Scroll, METH_VARARGS},
2067 {"scrollok", (PyCFunction)PyCursesWindow_scrollok, METH_VARARGS},
2068 {"setscrreg", (PyCFunction)PyCursesWindow_SetScrollRegion, METH_VARARGS},
2071 {"subpad", (PyCFunction)PyCursesWindow_SubWin, METH_VARARGS},
2072 {"subwin", (PyCFunction)PyCursesWindow_SubWin, METH_VARARGS},
2075 {"syncok", (PyCFunction)PyCursesWindow_syncok, METH_VARARGS},
2078 {"timeout", (PyCFunction)PyCursesWindow_wtimeout, METH_VARARGS},
2079 {"touchline", (PyCFunction)PyCursesWindow_TouchLine, METH_VARARGS},
2082 {"vline", (PyCFunction)PyCursesWindow_Vline, METH_VARARGS},
3218 {"cbreak", (PyCFunction)PyCurses_cbreak, METH_VARARGS},
3219 {"color_content", (PyCFunction)PyCurses_Color_Content, METH_VARARGS},
3220 {"color_pair", (PyCFunction)PyCurses_color_pair, METH_VARARGS},
3221 {"curs_set", (PyCFunction)PyCurses_Curs_Set, METH_VARARGS},
3224 {"delay_output", (PyCFunction)PyCurses_Delay_Output, METH_VARARGS},
3226 {"echo", (PyCFunction)PyCurses_echo, METH_VARARGS},
3236 {"ungetmouse", (PyCFunction)PyCurses_UngetMouse, METH_VARARGS},
3246 {"has_key", (PyCFunction)PyCurses_has_key, METH_VARARGS},
3248 {"halfdelay", (PyCFunction)PyCurses_HalfDelay, METH_VARARGS},
3249 {"init_color", (PyCFunction)PyCurses_Init_Color, METH_VARARGS},
3250 {"init_pair", (PyCFunction)PyCurses_Init_Pair, METH_VARARGS},
3252 {"intrflush", (PyCFunction)PyCurses_IntrFlush, METH_VARARGS},
3255 {"is_term_resized", (PyCFunction)PyCurses_Is_Term_Resized, METH_VARARGS},
3257 {"keyname", (PyCFunction)PyCurses_KeyName, METH_VARARGS},
3260 {"meta", (PyCFunction)PyCurses_Meta, METH_VARARGS},
3262 {"mouseinterval", (PyCFunction)PyCurses_MouseInterval, METH_VARARGS},
3263 {"mousemask", (PyCFunction)PyCurses_MouseMask, METH_VARARGS},
3265 {"napms", (PyCFunction)PyCurses_Napms, METH_VARARGS},
3266 {"newpad", (PyCFunction)PyCurses_NewPad, METH_VARARGS},
3267 {"newwin", (PyCFunction)PyCurses_NewWindow, METH_VARARGS},
3268 {"nl", (PyCFunction)PyCurses_nl, METH_VARARGS},
3274 {"pair_content", (PyCFunction)PyCurses_Pair_Content, METH_VARARGS},
3275 {"pair_number", (PyCFunction)PyCurses_pair_number, METH_VARARGS},
3276 {"putp", (PyCFunction)PyCurses_Putp, METH_VARARGS},
3277 {"qiflush", (PyCFunction)PyCurses_QiFlush, METH_VARARGS},
3278 {"raw", (PyCFunction)PyCurses_raw, METH_VARARGS},
3283 {"resizeterm", (PyCFunction)PyCurses_ResizeTerm, METH_VARARGS},
3286 {"resize_term", (PyCFunction)PyCurses_Resize_Term, METH_VARARGS},
3290 {"setsyx", (PyCFunction)PyCurses_setsyx, METH_VARARGS},
3293 METH_VARARGS|METH_KEYWORDS},
3297 {"tigetflag", (PyCFunction)PyCurses_tigetflag, METH_VARARGS},
3298 {"tigetnum", (PyCFunction)PyCurses_tigetnum, METH_VARARGS},
3299 {"tigetstr", (PyCFunction)PyCurses_tigetstr, METH_VARARGS},
3300 {"tparm", (PyCFunction)PyCurses_tparm, METH_VARARGS},
3302 {"typeahead", (PyCFunction)PyCurses_TypeAhead, METH_VARARGS},
3304 {"unctrl", (PyCFunction)PyCurses_UnCtrl, METH_VARARGS},
3305 {"ungetch", (PyCFunction)PyCurses_UngetCh, METH_VARARGS},
3310 {"unget_wch", (PyCFunction)PyCurses_Unget_Wch, METH_VARARGS},
3313 {"use_env", (PyCFunction)PyCurses_Use_Env, METH_VARARGS},