Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/
Dtokenizer.c22 #define ALTTABSIZE 1 macro
1374 altcol = (altcol / ALTTABSIZE + 1) * ALTTABSIZE; in tok_get()