Lines Matching defs:flag
1568 sys.setdlopenflags(os.RTLD_GLOBAL). Symbolic names for the flag
1588 The flag constants are defined in the os module.
1608 flag: int
1613 sys_mdebug_impl(PyObject *module, int flag)
1616 int flag;
1617 mallopt(M_DEBUG, flag);
2654 #define SetIntItem(flag) \
2655 PyStructSequence_SET_ITEM(version_info, pos++, PyLong_FromLong(flag))
2656 #define SetStrItem(flag) \
2657 PyStructSequence_SET_ITEM(version_info, pos++, PyUnicode_FromString(flag))
2823 #define SetBoolItem(flag) \
2824 PyStructSequence_SET_ITEM(emscripten_info, pos++, PyBool_FromLong(flag))