Searched refs:maxstops (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/unexpand/
H A Dunexpand.c61 static size_t maxstops; variable
100 if (nstops >= maxstops) {
101 maxstops += 20;
102 tabstops = erealloc(tabstops, maxstops);

Completed in 185 milliseconds