Home | History | Annotate | Download | only in Parser

Lines Matching refs:TABSIZE

40 #define TABSIZE 8
126 tok->tabsize = TABSIZE;
1384 col = (col/tok->tabsize + 1) * tok->tabsize;