Searched refs:maxcol (Results 1 – 2 of 2) sorted by relevance
204 int col, maxcol, viewed; in vcs_read() local267 maxcol = vc->vc_cols; in vcs_read()270 col = p % maxcol; in vcs_read()271 p += maxcol - col; in vcs_read()274 if (++col == maxcol) { in vcs_read()277 p += maxcol; in vcs_read()320 col = p % maxcol; in vcs_read()323 p += maxcol - col; in vcs_read()334 if (++col == maxcol) { in vcs_read()337 p += maxcol; in vcs_read()[all …]
37 const int maxcol = 32; \38 bytes = snprintf(p, maxcol, str, __stringify(name), \42 if (len < maxcol) \