Home
last modified time | relevance | path

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

/dports/devel/autogen/autogen-5.18.16/columns/
H A Dcolumns.c51 size_t columnSz = 0; variable
93 columnSz = (size_t)OPT_VALUE_COL_WIDTH; in main()
328 if (columnSz == 0) { in readLines()
348 columnSz = (size_t)sz; in readLines()
353 else columnSz = (size_t)OPT_VALUE_WIDTH; in readLines()
367 if (maxEntryWidth > (int)columnSz) in readLines()
368 columnSz = (size_t)maxEntryWidth; in readLines()
382 (long)columnSz) + 1); in readLines()
402 snprintf(zFmt, sizeof(zFmt), "%%-%ds", (int)columnSz); in writeColumns()
455 if ((rem == 0) || (colCt < 2) || (columnSz > 0)) in writeColumns()
[all …]