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

/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c196 * Output tabs and spaces to go from column '*current' to
197 * column 'to', and update '*current' to reflect the new
198 * current column.
322 if ((result = indent(&column, ctx->style.col, \
406 unsigned int column; local
422 column = 0;
435 column += target->used - name_start;
459 column += length;
485 column += (target->used - class_start);
505 column
577 unsigned int column; local
[all...]

Completed in 14 milliseconds