Lines Matching +defs:current +defs:column
283 * Output tabs and spaces to go from column '*current' to
284 * column 'to', and update '*current' to reflect the new
285 * current column.
288 indent(unsigned int *current, unsigned int to, int tabwidth,
295 from = *current;
348 *current = to;
454 } else if ((result = indent(&column, ctx->style.col, \
592 unsigned int column;
618 column = 0;
654 column += target->used - name_start;
676 column += target->used - length;
687 column += length;
722 column += (target->used - class_start);
766 column += (target->used - type_start);
835 unsigned int column;
843 column = 0;
855 column += target->used - name_start;
873 column += (target->used - class_start);
890 column += (target->used - type_start);