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) {
179 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE;
/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 * (
[all...]

Completed in 47 milliseconds