Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c86 static int nctps; /* number of contract ps_t's */ variable
231 for (n = 0; n < nctps; n++) { in main()
438 for (n = 0; n < nctps; n++) in ctsort()
447 if (nctps >= ctsize) { in ctsort()
452 ctps[nctps++] = pp; in ctsort()