Home
last modified time | relevance | path

Searched defs:rawmode (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/_io/
D_iomodule.c241 char rawmode[6], *m; in _io_open_impl() local
/third_party/python/Parser/pegen/
Dparse_string.c162 _PyPegen_parsestr(Parser *p, int *bytesmode, int *rawmode, PyObject **result, in _PyPegen_parsestr()
/third_party/mksh/
Dfuncs.c1610 bool rawmode = false, expanding = false; in c_read() local
/third_party/python/Python/
Dast.c5644 parsestr(struct compiling *c, const node *n, int *bytesmode, int *rawmode, in parsestr()