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

  /src/usr.bin/unexpand/
unexpand.c 61 static size_t maxstops; variable in typeref:typename:size_t
100 if (nstops >= maxstops) {
101 maxstops += 20;
102 tabstops = erealloc(tabstops, maxstops);
unexpand.c 61 static size_t maxstops; variable in typeref:typename:size_t
100 if (nstops >= maxstops) {
101 maxstops += 20;
102 tabstops = erealloc(tabstops, maxstops);

Completed in 22 milliseconds