Searched defs:xoptions (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_initconfig.h | 104 PyWideStringList xoptions; /* "-X value" option */ member
|
/external/pcre/src/ |
D | pcre2_compile.c | 2643 uint32_t xoptions) in handle_escdsw() 2731 uint32_t xoptions; member 2789 uint32_t xoptions = cb->cx->extra_options; in parse_regex() local 5232 uint32_t options, uint32_t xoptions, compile_block *cb, uint32_t start, in add_to_class_internal() 5395 uint32_t options, uint32_t xoptions, compile_block *cb, const uint32_t *p, in add_list_to_class_internal() 5438 uint32_t xoptions, compile_block *cb, uint32_t start, uint32_t end) in add_to_class() 5474 uint32_t xoptions, compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class() 5516 uint32_t options, uint32_t xoptions, compile_block *cb, const uint32_t *p) in add_not_list_to_class() 5649 uint32_t xoptions = *xoptionsptr; /* May change dynamically */ in compile_branch() local 8378 compile_regex(uint32_t options, uint32_t xoptions, PCRE2_UCHAR **codeptr, in compile_regex()
|
D | pcre2test.c | 7560 uint32_t xoptions; in process_data() local
|
/external/python/cpython3/Python/ |
D | preconfig.c | 582 _Py_get_xoption(const PyWideStringList *xoptions, const wchar_t *name) in _Py_get_xoption()
|
D | sysmodule.c | 2900 PyObject *xoptions = _PySys_GetAttr(tstate, &_Py_ID(_xoptions)); in get_xoptions() local 3642 wchar_t * const * xoptions = config->xoptions.items; in sys_create_xoptions_dict() local
|
/external/python/cpython3/Include/cpython/ |
D | initconfig.h | 158 PyWideStringList xoptions; member
|
/external/python/cpython3/Programs/ |
D | _testembed.c | 684 wchar_t* xoptions[3] = { in test_init_from_config() local
|