Home
last modified time | relevance | path

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

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