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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
H A Dlistnode.c18 static int level, atbol; variable
24 atbol = 1;
47 if (atbol) {
51 atbol = 0;
57 atbol = 1;
H A Dtokenizer.h30 int atbol; /* Nonzero if at begin of new line */ member in struct:tok_state
H A Dtokenizer.c111 tok->atbol = 1;
1221 if (tok->atbol) {
1224 tok->atbol = 0;
1399 tok->atbol = 1;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dlistnode.c18 static int level, atbol; variable
24 atbol = 1;
47 if (atbol) {
51 atbol = 0;
57 atbol = 1;
H A Dtokenizer.h30 int atbol; /* Nonzero if at begin of new line */ member in struct:tok_state
H A Dtokenizer.c111 tok->atbol = 1;
1201 if (tok->atbol) {
1204 tok->atbol = 0;
1379 tok->atbol = 1;

Completed in 10 milliseconds