Searched defs:rtn (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Modules/ |
H A D | _curses_panel.c | 426 int rtn = replace_panel(self->pan, win->win); in _curses_panel_panel_replace_impl() local
|
H A D | _cursesmodule.c | 751 int rtn; in _curses_window_addch_impl() local 823 int rtn; in _curses_window_addstr_impl() local 906 int rtn; _curses_window_addnstr_impl() local 1199 int rtn; PyCursesWindow_ChgAt() local 1407 int rtn; _curses_window_getch_impl() local 1444 int rtn; _curses_window_getkey_impl() local 1501 wint_t rtn; _curses_window_get_wch_impl() local 1547 char rtn[1024]; /* This should be big enough.. I hope */ PyCursesWindow_GetStr() local 1678 int rtn; _curses_window_insch_impl() local 1715 unsigned long rtn; _curses_window_inch_impl() local 1751 char rtn[1024]; /* This should be big enough.. I hope */ PyCursesWindow_InStr() local 1824 int rtn; _curses_window_insstr_impl() local 1909 int rtn; _curses_window_insnstr_impl() local 2025 int rtn; _curses_window_noutrefresh_impl() local 2036 rtn = pnoutrefresh(self->win, pminrow, pmincol, _curses_window_noutrefresh_impl() local 2048 rtn = wnoutrefresh(self->win); _curses_window_noutrefresh_impl() local 2087 int rtn; _curses_window_overlay_impl() local 2135 int rtn; _curses_window_overwrite_impl() local 2250 int rtn; _curses_window_refresh_impl() local 2260 rtn = prefresh(self->win, pminrow, pmincol, _curses_window_refresh_impl() local 2272 rtn = wrefresh(self->win); _curses_window_refresh_impl() local 2985 int rtn; _curses_getmouse_impl() local [all...] |
/third_party/skia/third_party/externals/angle2/src/feature_support_util/ |
H A D | feature_support_util.cpp | 863 bool rtn = rules->getUseANGLE(std::move(scenario)); in ANGLEShouldBeUsedForApplication() local
|
/third_party/curl/lib/vtls/ |
H A D | sectransp.c | 846 OSStatus rtn = noErr; in sectransp_bio_cf_in_read() local 886 OSStatus rtn = noErr; in sectransp_bio_cf_out_write() local [all...] |
/third_party/python/Objects/ |
H A D | typeobject.c | 1033 PyObject *mod, *name, *rtn; in type_repr() local 4589 PyObject *mod, *name, *rtn; in object_repr() local
|
Completed in 18 milliseconds