Home
last modified time | relevance | path

Searched refs:nindex (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/vgrind/
H A Dvgrind.ksh213 echo > nindex
216 echo "? $i ?d" | /usr/bin/sed -e "s:/:\\\/:g" -e "s:?:/:g" >> nindex
219 /usr/bin/sed -f nindex index > xindex
239 /usr/bin/rm nindex xindex
/titanic_44/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c220 db_indx_t halfbytes, i, indx, lastsum, nindex, oindex, s, sum; local
306 for (nindex = 0, oindex = i; oindex < NUM_ENT(h); oindex++) {
313 np->inp[nindex++] = HOFFSET(np) -= s;
322 for (nindex = 0, oindex = 0; oindex < i; oindex++) {
329 tp->inp[nindex++] = HOFFSET(tp) -= s;
/titanic_44/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl216 set nindex [db eval {SELECT count(*) FROM sqlite_master WHERE type='index'}]
220 statline {Number of indices} $nindex
221 statline {Number of named indices} $manindex [percent $manindex $nindex]
223 [percent $autoindex $nindex]