Searched refs:cursnp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/man/
H A Dman.c1348 struct secnode *cursnp; local
1382 if ((cursnp = calloc(1, sizeof (struct secnode)))
1385 cursnp->next = curdnp->secl;
1386 curdnp->secl = cursnp;
1387 if ((cursnp->secp = strdup(mnp->secv[i])) == NULL)
1403 for (cursnp = curdnp->secl; cursnp != NULL;
1404 cursnp = cursnp->next) {
1405 if (strcmp(mnp->secv[i], cursnp
[all...]

Completed in 55 milliseconds