Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ptools/ptree/
H A Dptree.c74 static ps_t **ctps; /* array of contract ps_t's */ variable
273 p = ctps[n]; in main()
410 if (ctps[n]->ctid == ctid) { in ctsort()
411 insertchild(ctps[n], p); in ctsort()
426 if ((ctps = realloc(ctps, ctsize * sizeof (ps_t *))) == NULL) { in ctsort()
436 ctps[nctps++] = pp; in ctsort()