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

/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_tblout.c53 #define TABSTOP (TABSIZE*TABCOUNT) macro
160 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE;
/freebsd-11-stable/usr.bin/rpcinfo/
H A Drpcinfo.c1011 #define TABSTOP 8 macro
1063 spaces((TABSTOP * (1 + flen / TABSTOP))
1066 spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1116 spaces((TABSTOP * (1 + flen / TABSTOP))
1119 spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1181 spaces((TABSTOP * (
[all...]

Completed in 161 milliseconds