Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
Dtokenizer.c493 static int fp_getc(struct tok_state *tok) { in fp_getc() function
526 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok)) in decoding_fgets()
/external/python/cpython3/Parser/
Dtokenizer.c462 static int fp_getc(struct tok_state *tok) { in fp_getc() function
523 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok)) in decoding_fgets()