Home
last modified time | relevance | path

Searched refs:cont_line (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Parser/
Dtokenizer.h47 int cont_line; /* whether we are in a continuation line. */ member
Dtokenizer.c125 tok->cont_line = 0; in tok_new()
266 if (tok->cont_line) { in check_coding_spec()
1410 tok->cont_line = 0; in tok_get()
1576 tok->cont_line = 1; /* multiline string. */ in tok_get()
1625 tok->cont_line = 1; in tok_get()
/external/python/cpython3/Parser/
Dtokenizer.h55 int cont_line; /* whether we are in a continuation line. */ member
Dtokenizer.c79 tok->cont_line = 0; in tok_new()
212 if (tok->cont_line) { in check_coding_spec()
1480 tok->cont_line = 0; in tok_get()
1766 tok->cont_line = 1; in tok_get()