Home
last modified time | relevance | path

Searched refs:_PyIO_str_nl (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Modules/_io/
D_iomodule.c38 PyObject *_PyIO_str_nl = NULL; variable
760 if (!_PyIO_str_nl && in PyInit__io()
761 !(_PyIO_str_nl = PyUnicode_InternFromString("\n"))) in PyInit__io()
D_iomodule.h166 extern PyObject *_PyIO_str_nl;
Dstringio.c194 decoded, _PyIO_str_nl, self->writenl, -1); in write_str()
/external/python/cpython2/Modules/_io/
D_iomodule.h158 extern PyObject *_PyIO_str_nl;
D_iomodule.c35 PyObject *_PyIO_str_nl; variable
735 if (!(_PyIO_str_nl = PyString_InternFromString("\n"))) in init_io()
Dstringio.c127 decoded, _PyIO_str_nl, self->writenl, -1); in write_str()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt443 _PyIO_str_nl