Lines Matching refs:col
81 const size_t col)
85 const std::string pad(col - tag.length(), ' ');
86 const std::string fullpad(col, ' ');
93 assert(formatted.length() == col);
94 size_t curcol = col;
109 curcol = col;
142 bool repeat, size_t col)
144 assert(col == 0 || col >= tag.length());
145 if (col == 0)
146 col = tag.length();
156 repeat, col);