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

/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunimsglib.h72 u_int tabsiz; /* tabulation size */ member in struct:unicx
H A Dprivmsg.c274 cx->tabsiz = 4;
H A Duni_ie.c255 if (cx->tabsiz == 0)
256 cx->tabsiz = 4;
337 uni_printf(cx, "%*s", cx->indent * cx->tabsiz, "");
346 uni_printf(cx, "%*s", cx->indent * cx->tabsiz, "");
355 uni_printf(cx, "%*s", cx->indent * cx->tabsiz, "");
364 uni_printf(cx, "%*s", cx->indent * cx->tabsiz, "");
817 uni_printf(cx, "tabsiz %d\n", cx->tabsiz);

Completed in 63 milliseconds