Searched refs:maxcol (Results 1 – 2 of 2) sorted by relevance
251 unsigned int nr, row, col, maxcol = vc->vc_cols; in vcs_read_buf_uni() local259 row = pos / maxcol; in vcs_read_buf_uni()260 col = pos % maxcol; in vcs_read_buf_uni()261 nr = maxcol - col; in vcs_read_buf_uni()270 nr = maxcol; in vcs_read_buf_uni()280 unsigned int col, maxcol = vc->vc_cols; in vcs_read_buf_noattr() local283 col = pos % maxcol; in vcs_read_buf_noattr()284 pos += maxcol - col; in vcs_read_buf_noattr()288 if (++col == maxcol) { in vcs_read_buf_noattr()291 pos += maxcol; in vcs_read_buf_noattr()[all …]
34 const int maxcol = 32; \35 if (len < maxcol) \37 bytes = scnprintf(p, maxcol, str, __stringify(name), \