Home
last modified time | relevance | path

Searched defs:orig_argv (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dinitconfig.h153 PyWideStringList orig_argv; member
/third_party/python/Python/
Dinitconfig.c536 static PyWideStringList orig_argv = {.length = 0, .items = NULL}; variable
/third_party/glib/glib/tests/
Doption-context.c2334 gchar **argv, **orig_argv; in test_group_parse() local