Searched refs:maxcols (Results 1 – 2 of 2) sorted by relevance
98 size_t maxcols = _POPTHELP_MAXLINE; in maxColumnWidth() local106 if (ws_col > maxcols && ws_col < (size_t)256) in maxColumnWidth()107 maxcols = ws_col - 1; in maxColumnWidth()110 return maxcols; in maxColumnWidth()
145 - jbj: refactor column cursor to a structure, carry maxcols as well.