Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/man/
H A Dman.c1352 struct secnode *cursnp; in dupcheck() local
1386 if ((cursnp = calloc(1, sizeof (struct secnode))) in dupcheck()
1389 cursnp->next = curdnp->secl; in dupcheck()
1390 curdnp->secl = cursnp; in dupcheck()
1391 if ((cursnp->secp = strdup(mnp->secv[i])) == NULL) in dupcheck()
1407 for (cursnp = curdnp->secl; cursnp != NULL; in dupcheck()
1408 cursnp = cursnp->next) { in dupcheck()
1409 if (strcmp(mnp->secv[i], cursnp->secp) == 0) { in dupcheck()
1424 if ((cursnp = calloc(1, sizeof (struct secnode))) == NULL) in dupcheck()
1426 cursnp->next = curdnp->secl; in dupcheck()
[all …]