Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_tblout.c53 #define TABSTOP (TABSIZE*TABCOUNT) macro
174 if (len >= TABSTOP) { in printit()
179 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE; in printit()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1083 #define TABSTOP 8 macro
1145 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)));