Home
last modified time | relevance | path

Searched refs:rawmode (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/_io/
H A D_iomodule.c207 char rawmode[6], *m; in _io_open_impl()
271 m = rawmode; in _io_open_impl()
330 path_or_fd, rawmode, in _io_open_impl()
206 char rawmode[6], *m; _io_open_impl() local
/third_party/python/Lib/
H A Dsocket.py317 rawmode = ""
319 rawmode += "r"
321 rawmode += "w"
322 raw = SocketIO(self, rawmode)
/third_party/python/Parser/
H A Dstring_parser.c168 _PyPegen_parsestr(Parser *p, int *bytesmode, int *rawmode, PyObject **result, in _PyPegen_parsestr() argument
180 *rawmode = 0; in _PyPegen_parsestr()
184 while (!*bytesmode || !*rawmode) { in _PyPegen_parsestr()
194 *rawmode = 1; in _PyPegen_parsestr()
256 *rawmode = *rawmode || strchr(s, '\\') == NULL; in _PyPegen_parsestr()
269 if (*rawmode) { in _PyPegen_parsestr()
277 if (*rawmode) { in _PyPegen_parsestr()
/third_party/mksh/
H A Dfuncs.c1611 bool rawmode = false, expanding = false; in c_read() local
1666 rawmode = true; in c_read()
1848 } else if (!rawmode && c == '\\') { in c_read()
1948 } else if (!rawmode && ch == '\\') { in c_read()
1967 if (lastparmmode && !expanding && !rawmode && ch == '\\') { in c_read()

Completed in 8 milliseconds