Home
last modified time | relevance | path

Searched refs:atbol (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Parser/
Dlistnode.c18 static int level, atbol; variable
24 atbol = 1; in listnode()
47 if (atbol) { in list1node()
51 atbol = 0; in list1node()
57 atbol = 1; in list1node()
Dtokenizer.h36 int atbol; /* Nonzero if at begin of new line */ member
Dtokenizer.c134 tok->atbol = 1; in tok_new()
1363 if (tok->atbol) { in tok_get()
1366 tok->atbol = 0; in tok_get()
1522 tok->atbol = 1; in tok_get()
/external/python/cpython2/Parser/
Dlistnode.c18 static int level, atbol; variable
24 atbol = 1; in listnode()
47 if (atbol) { in list1node()
51 atbol = 0; in list1node()
57 atbol = 1; in list1node()
Dtokenizer.h30 int atbol; /* Nonzero if at begin of new line */ member
Dtokenizer.c111 tok->atbol = 1; in tok_new()
1227 if (tok->atbol) { in tok_get()
1230 tok->atbol = 0; in tok_get()
1405 tok->atbol = 1; in tok_get()