Searched defs:exec_input (Results 1 – 5 of 5) sorted by relevance
159 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()
618 translate_newlines(const char *s, int exec_input, struct tok_state *tok) { in translate_newlines()726 PyTokenizer_FromString(const char *str, int exec_input) in PyTokenizer_FromString()745 PyTokenizer_FromUTF8(const char *str, int exec_input) in PyTokenizer_FromUTF8()
94 int exec_input = start == file_input; in PyParser_ParseStringObject() local
45 Temp exec_input; variable
1220 int exec_input = start_rule == Py_file_input; in _PyPegen_run_parser_from_string() local