Searched refs:decoding_fgets (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Parser/ |
D | tokenizer.c | 147 decoding_fgets(char *s, int size, struct tok_state *tok) in decoding_fgets() function 507 decoding_fgets(char *s, int size, struct tok_state *tok) in decoding_fgets() function 945 if (decoding_fgets(tok->buf, (int)(tok->end - tok->buf), in tok_nextc() 988 if (decoding_fgets(tok->inp, in tok_nextc()
|
/external/python/cpython3/Parser/ |
D | tokenizer.c | 171 decoding_fgets(char *s, int size, struct tok_state *tok) in decoding_fgets() function 586 decoding_fgets(char *s, int size, struct tok_state *tok) in decoding_fgets() function 1021 if (decoding_fgets(tok->buf, (int)(tok->end - tok->buf), in tok_nextc() 1064 if (decoding_fgets(tok->inp, in tok_nextc()
|