Searched refs:maxcol (Results 1 – 2 of 2) sorted by relevance
250 int attr, uni_mode, row, col, maxcol, viewed; in vcs_read() local318 maxcol = vc->vc_cols; in vcs_read()327 col = p % maxcol; in vcs_read()328 nr = maxcol - col; in vcs_read()338 nr = maxcol; in vcs_read()342 col = p % maxcol; in vcs_read()343 p += maxcol - col; in vcs_read()346 if (++col == maxcol) { in vcs_read()349 p += maxcol; in vcs_read()393 col = p % maxcol; in vcs_read()[all …]
34 const int maxcol = 32; \35 bytes = snprintf(p, maxcol, str, __stringify(name), \39 if (len < maxcol) \