Lines Matching refs:nhere
82 SHELL_ALIGN(sizeof (struct nhere)),83 SHELL_ALIGN(sizeof (struct nhere)),183 case NHERE:185 calcsize(n->nhere.doc);186 calcsize(n->nhere.next);284 case NHERE:286 new->nhere.doc = copynode(n->nhere.doc);287 new->nhere.fd = n->nhere.fd;288 new->nhere.next = copynode(n->nhere.next);