Searched refs:STANDARD_TAB (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/nvi/common/
H A Dseq.c320 for (len = STANDARD_TAB - len % STANDARD_TAB; len > 0;)
331 for (len = STANDARD_TAB - len % STANDARD_TAB; len > 0;)
H A Dkey.h169 #define STANDARD_TAB 6 macro
H A Doptions.c847 colwidth = sp->cols / numcols & ~(STANDARD_TAB - 1);
850 (colwidth + STANDARD_TAB) & ~(STANDARD_TAB - 1);

Completed in 49 milliseconds