Home
last modified time | relevance | path

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

/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()
/external/python/cpython3/Parser/
Dlistnode.c26 interp->parser.listnode.atbol = 1; in listnode()
52 if (interp->parser.listnode.atbol) { in list1node()
56 interp->parser.listnode.atbol = 0; in list1node()
62 interp->parser.listnode.atbol = 1; in list1node()
Dtokenizer.h37 int atbol; /* Nonzero if at begin of new line */ member
Dtokenizer.c68 tok->atbol = 1; in tok_new()
1185 if (tok->atbol) { in tok_get()
1188 tok->atbol = 0; in tok_get()
1364 tok->atbol = 1; in tok_get()
1474 tok->atbol = 1; in tok_get()
/external/python/cpython3/Include/internal/
Dpycore_interp.h145 int atbol; member
/external/python/cpython3/Tools/c-analyzer/
DTODO67 Parser/listnode.c:atbol static int atbol
Dknown.tsv54 Parser/listnode.c - atbol variable static int atbol