Home
last modified time | relevance | path

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

/third_party/python/Parser/
Dtokenizer.c19 #define ALTTABSIZE 1 macro
1372 altcol = (altcol / ALTTABSIZE + 1) * ALTTABSIZE; in tok_get()