Searched refs:ncpp (Results 1 – 3 of 3) sorted by relevance
102 register struct nchashhead *ncpp; local114 ncpp = NCHHASH(dvp, cnp);115 for (ncp = ncpp->lh_first; ncp != 0; ncp = nnp) {179 register struct nchashhead *ncpp; local230 ncpp = NCHHASH(dvp, cnp);231 LIST_INSERT_HEAD(ncpp, ncp, nc_hash);258 struct nchashhead *ncpp; local263 for (ncpp = &nchashtbl[nchash]; ncpp >= nchashtbl; ncpp--) {264 while (ncp = ncpp->lh_first)280 struct nchashhead *ncpp; local[all …]
166 static int ncpp; variable378 cppargs[ncpp++] = *argv;437 if (ncpp > 0)438 cppflags = argvtos (ncpp,cppargs);
179 static int ncpp; variable402 cppargs[ncpp++] = *argv;463 if (ncpp > 0)464 cppflags = argvtos (ncpp,cppargs);