Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libeti/menu/common/
H A Dconnect.c47 int maxn, maxd; in maxlengths() local
50 maxn = maxd = 0; in maxlengths()
52 if (NameLen(*ip) > maxn) { in maxlengths()
53 maxn = NameLen(*ip); in maxlengths()
59 MaxName(m) = maxn; in maxlengths()
/titanic_44/usr/src/cmd/ls/
H A Dls.c227 static int maxn = 0; /* number of flist entries with lbufs asigned */ variable
1801 if (nfiles >= maxn) { in gstat()
1804 maxn = nfiles; in gstat()