Searched defs:ntabs (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dmasterdump.c256 int ntabs, nspaces, t; local
263 ntabs = to / tabwidth - from / tabwidth;
264 if (ntabs < 0)
265 ntabs = 0;
267 if (ntabs > 0) {
269 if (r.length < (unsigned) ntabs)
273 t = ntabs;
282 isc_buffer_add(target, ntabs);

Completed in 12 milliseconds