Lines Matching refs:col
82 const size_t col)
86 const std::string pad(col - tag.length(), ' ');
87 const std::string fullpad(col, ' ');
94 INV(formatted.length() == col);
95 size_t curcol = col;
110 curcol = col;
143 bool repeat, size_t col)
145 PRE(col == 0 || col >= tag.length());
146 if (col == 0)
147 col = tag.length();
157 repeat, col);