Searched refs:_PyIO_str_nl (Results 1 – 7 of 7) sorted by relevance
38 PyObject *_PyIO_str_nl = NULL; variable760 if (!_PyIO_str_nl && in PyInit__io()761 !(_PyIO_str_nl = PyUnicode_InternFromString("\n"))) in PyInit__io()
166 extern PyObject *_PyIO_str_nl;
194 decoded, _PyIO_str_nl, self->writenl, -1); in write_str()
158 extern PyObject *_PyIO_str_nl;
35 PyObject *_PyIO_str_nl; variable735 if (!(_PyIO_str_nl = PyString_InternFromString("\n"))) in init_io()
127 decoded, _PyIO_str_nl, self->writenl, -1); in write_str()
443 _PyIO_str_nl