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

/bind-9.11.3/util/
H A Dupdate_branches168 $tabs = 1;
171 $tabs = int ($needed / 8);
173 $tabs++;
176 for ($i = 0; $i < $tabs; $i++) {
192 $tabs = 1;
195 $tabs = int ($needed / 8);
197 $tabs++;
200 for ($i = 0; $i < $tabs; $i++) {
H A Dmerge_copyrights180 my $tabs = 0;
182 $tabs = 1;
185 $tabs = int ($needed / 8);
187 $tabs++;
190 for (my $i = 0; $i < $tabs; $i++) {
/bind-9.11.3/lib/dns/
H A Dmasterdump.c75 * very large, the tabs and spaces needed to reach it will not fit.
211 static char tabs[N_TABS+1] = "\t\t\t\t\t\t\t\t\t\t"; variable
245 * Output tabs and spaces to go from column '*current' to
278 memmove(p, tabs, n);

Completed in 28 milliseconds