Lines Matching defs:input
66 tok->input = NULL;
295 /* No need to set_readline: input is already utf-8 */
649 /* If this is exec input, add a newline to the end of the string if
673 decode_str(const char *input, int single, struct tok_state *tok)
680 tok->input = str = translate_newlines(input, single, tok);
706 assumes a single line as input */
759 tok->input = translated = translate_newlines(str, exec_input, tok);
823 if (tok->input) {
824 PyMem_Free(tok->input);
980 /* We already have a codec associated with this input. */
1343 /* Determine the offset in UTF-8 encoded input */