Home
last modified time | relevance | path

Searched defs:exec_input (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Parser/
Dtokenizer.c183 decode_str(const char *str, int exec_input, struct tok_state *tok) in decode_str()
702 translate_newlines(const char *s, int exec_input, struct tok_state *tok) { in translate_newlines()
807 PyTokenizer_FromString(const char *str, int exec_input) in PyTokenizer_FromString()
824 PyTokenizer_FromUTF8(const char *str, int exec_input) in PyTokenizer_FromUTF8()
Dparsetok.c49 int exec_input = start == file_input; in PyParser_ParseStringObject() local
/external/python/cpython2/Parser/
Dtokenizer.c159 decode_str(const char *str, int exec_input, struct tok_state *tok) in decode_str()
626 translate_newlines(const char *s, int exec_input, struct tok_state *tok) { in translate_newlines()
734 PyTokenizer_FromString(const char *str, int exec_input) in PyTokenizer_FromString()