Searched refs:STANDARD_TAB (Results 1 – 3 of 3) sorted by relevance
290 for (len = STANDARD_TAB - len % STANDARD_TAB; len > 0;) in seq_dump()301 for (len = STANDARD_TAB - len % STANDARD_TAB; len > 0;) in seq_dump()
832 colwidth = sp->cols / numcols & ~(STANDARD_TAB - 1); in opts_dump()835 (colwidth + STANDARD_TAB) & ~(STANDARD_TAB - 1); in opts_dump()
169 #define STANDARD_TAB 6 macro