Home
last modified time | relevance | path

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

/original-bsd/sys/kern/
H A Dvfs_cache.c102 register struct nchashhead *ncpp; local
114 ncpp = NCHHASH(dvp, cnp);
115 for (ncp = ncpp->lh_first; ncp != 0; ncp = nnp) {
179 register struct nchashhead *ncpp; local
230 ncpp = NCHHASH(dvp, cnp);
231 LIST_INSERT_HEAD(ncpp, ncp, nc_hash);
258 struct nchashhead *ncpp; local
263 for (ncpp = &nchashtbl[nchash]; ncpp >= nchashtbl; ncpp--) {
264 while (ncp = ncpp->lh_first)
280 struct nchashhead *ncpp; local
[all …]
/original-bsd/usr.bin/f77/f77.tahoe/
H A Df77.c166 static int ncpp; variable
378 cppargs[ncpp++] = *argv;
437 if (ncpp > 0)
438 cppflags = argvtos (ncpp,cppargs);
/original-bsd/usr.bin/f77/f77.vax/
H A Df77.c179 static int ncpp; variable
402 cppargs[ncpp++] = *argv;
463 if (ncpp > 0)
464 cppflags = argvtos (ncpp,cppargs);