Searched refs:TABSTOP (Results 1 – 2 of 2) sorted by relevance
53 #define TABSTOP (TABSIZE*TABCOUNT) macro174 if (len >= TABSTOP) { in printit()179 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE; in printit()
1083 #define TABSTOP 8 macro1145 spaces((int)((TABSTOP * (1 + flen / TABSTOP))1148 fieldbuf, spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))1199 spaces((int)((TABSTOP * (1 + flen / TABSTOP))1202 fieldbuf, spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))1266 spaces((int)((TABSTOP * (1 + flen / TABSTOP))1270 ((TABSTOP * (1 + flen / TABSTOP)) - flen)));