HomeSort by: relevance | last modified time | path
    Searched defs:nlens (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/column/
column.c 216 int *lens, *nlens, maxcols; local in function:maketbl
229 nlens = erealloc(lens, (maxcols +
230 DEFCOLS) * sizeof(*nlens));
232 lens = nlens;
column.c 216 int *lens, *nlens, maxcols; local in function:maketbl
229 nlens = erealloc(lens, (maxcols +
230 DEFCOLS) * sizeof(*nlens));
232 lens = nlens;

Completed in 25 milliseconds