Searched defs:exec_input (Results 1 – 3 of 3) sorted by relevance
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
1238 int exec_input = start_rule == Py_file_input; in _PyPegen_run_parser_from_string() local