Home | Sort by: relevance | last modified time | path |
/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); |