Home
last modified time | relevance | path

Searched refs:fp_ungetc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Parser/
Dtokenizer.c499 static void fp_ungetc(int c, struct tok_state *tok) { in fp_ungetc() function
526 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok)) in decoding_fgets()
/external/python/cpython3/Parser/
Dtokenizer.c550 static void fp_ungetc(int c, struct tok_state *tok) { in fp_ungetc() function
605 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok)) in decoding_fgets()