Home
last modified time | relevance | path

Searched defs:funcargs (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/clinic/
Dsysmodule.c.h947 PyObject *funcargs; in sys_call_tracing() local
/aosp_15_r20/external/python/cpython2/Python/
Dsysmodule.c860 PyObject *func, *funcargs; in sys_call_tracing() local
/aosp_15_r20/external/lua/src/
H A Dlparser.c1015 static void funcargs (LexState *ls, expdesc *f, int line) { in funcargs() function
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c1892 sys_call_tracing_impl(PyObject *module, PyObject *func, PyObject *funcargs) in sys_call_tracing_impl()