Searched refs:maxcol (Results 1 – 2 of 2) sorted by relevance
250 unsigned int nr, row, col, maxcol = vc->vc_cols; in vcs_read_buf_uni() local258 row = pos / maxcol; in vcs_read_buf_uni()259 col = pos % maxcol; in vcs_read_buf_uni()260 nr = maxcol - col; in vcs_read_buf_uni()269 nr = maxcol; in vcs_read_buf_uni()279 unsigned int col, maxcol = vc->vc_cols; in vcs_read_buf_noattr() local282 col = pos % maxcol; in vcs_read_buf_noattr()283 pos += maxcol - col; in vcs_read_buf_noattr()287 if (++col == maxcol) { in vcs_read_buf_noattr()290 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), \