HomeSort by relevance Sort by last modified time
    Searched refs:nxoption (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
pystate.h 54 int nxoption; /* Number of -X options */ member in struct:__anon37120
  /external/python/cpython3/Modules/
main.c 872 &config->nxoption,
947 int nxoption = config->nxoption; local
954 for (int i=0; i < nxoption; i++) {
1684 int nxoption = config->nxoption; local
    [all...]
  /external/python/cpython3/Programs/
_testembed.c 484 config.nxoption = Py_ARRAY_LENGTH(xoptions);

Completed in 45 milliseconds