Lines Matching defs:column
196 * 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;
422 column = 0;
435 column += target->used - name_start;
459 column += length;
485 column += (target->used - class_start);
505 column += (target->used - type_start);
577 unsigned int column;
585 column = 0;
593 column += target->used - name_start;
604 column += (target->used - class_start);
615 column += (target->used - type_start);