Searched refs:maxcol (Results 1 – 2 of 2) sorted by relevance
259 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()283 col = pos % maxcol; in vcs_read_buf_noattr()291 pos += maxcol; in vcs_read_buf_noattr()339 col = pos % maxcol; in vcs_read_buf()357 pos += maxcol; in vcs_read_buf()485 col = pos % maxcol; in vcs_write_buf_noattr()498 pos += maxcol; in vcs_write_buf_noattr()[all …]
34 const int maxcol = 32; \35 bytes = snprintf(p, maxcol, str, __stringify(name), \39 if (len < maxcol) \
Completed in 6 milliseconds