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

/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c207 int ntabs, nspaces, t; local
214 ntabs = to / tabwidth - from / tabwidth;
215 if (ntabs < 0)
216 ntabs = 0;
218 if (ntabs > 0) {
220 if (r.length < (unsigned) ntabs)
224 t = ntabs;
233 isc_buffer_add(target, ntabs);

Completed in 610 milliseconds