Home
last modified time | relevance | path

Searched refs:maxcols (Results 1 – 2 of 2) sorted by relevance

/third_party/popt/src/
Dpopthelp.c98 size_t maxcols = _POPTHELP_MAXLINE; in maxColumnWidth() local
106 if (ws_col > maxcols && ws_col < (size_t)256) in maxColumnWidth()
107 maxcols = ws_col - 1; in maxColumnWidth()
110 return maxcols; in maxColumnWidth()
/third_party/popt/
DCHANGES145 - jbj: refactor column cursor to a structure, carry maxcols as well.