Lines Matching refs:_PyLong_AsInt
705 y = _PyLong_AsInt(args[0]); in _curses_window_enclose()
709 x = _PyLong_AsInt(args[1]); in _curses_window_enclose()
1261 line = _PyLong_AsInt(arg); in _curses_window_is_linetouched()
1505 beg = _PyLong_AsInt(args[0]); in _curses_window_redrawln()
1509 num = _PyLong_AsInt(args[1]); in _curses_window_redrawln()
1604 top = _PyLong_AsInt(args[0]); in _curses_window_setscrreg()
1608 bottom = _PyLong_AsInt(args[1]); in _curses_window_setscrreg()
1938 flag = _PyLong_AsInt(args[0]); in _curses_cbreak()
2006 pair_number = _PyLong_AsInt(arg); in _curses_color_pair()
2042 visibility = _PyLong_AsInt(arg); in _curses_curs_set()
2117 ms = _PyLong_AsInt(arg); in _curses_delay_output()
2174 flag = _PyLong_AsInt(args[0]); in _curses_echo()
2360 x = _PyLong_AsInt(args[1]); in _curses_ungetmouse()
2364 y = _PyLong_AsInt(args[2]); in _curses_ungetmouse()
2368 z = _PyLong_AsInt(args[3]); in _curses_ungetmouse()
2522 key = _PyLong_AsInt(arg); in _curses_has_key()
2718 fd = _PyLong_AsInt(args[1]); in _curses_setupterm()
2782 ms = _PyLong_AsInt(arg); in _curses_set_escdelay()
2845 size = _PyLong_AsInt(arg); in _curses_set_tabsize()
2874 flag = _PyLong_AsInt(arg); in _curses_intrflush()
2931 nlines = _PyLong_AsInt(args[0]); in _curses_is_term_resized()
2935 ncols = _PyLong_AsInt(args[1]); in _curses_is_term_resized()
2968 key = _PyLong_AsInt(arg); in _curses_keyname()
3038 yes = _PyLong_AsInt(arg); in _curses_meta()
3075 interval = _PyLong_AsInt(arg); in _curses_mouseinterval()
3146 ms = _PyLong_AsInt(arg); in _curses_napms()
3183 nlines = _PyLong_AsInt(args[0]); in _curses_newpad()
3187 ncols = _PyLong_AsInt(args[1]); in _curses_newpad()
3282 flag = _PyLong_AsInt(args[0]); in _curses_nl()
3445 attr = _PyLong_AsInt(arg); in _curses_pair_number()
3514 flag = _PyLong_AsInt(args[0]); in _curses_qiflush()
3577 flag = _PyLong_AsInt(args[0]); in _curses_raw()
3674 nlines = _PyLong_AsInt(args[0]); in _curses_resizeterm()
3678 ncols = _PyLong_AsInt(args[1]); in _curses_resizeterm()
3725 nlines = _PyLong_AsInt(args[0]); in _curses_resize_term()
3729 ncols = _PyLong_AsInt(args[1]); in _curses_resize_term()
3790 y = _PyLong_AsInt(args[0]); in _curses_setsyx()
3794 x = _PyLong_AsInt(args[1]); in _curses_setsyx()
4063 fd = _PyLong_AsInt(arg); in _curses_typeahead()
4138 flag = _PyLong_AsInt(arg); in _curses_use_env()