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

/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.c163 char *Np, *Bp; local
169 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
171 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0))
/illumos-gate/usr/src/cmd/captoinfo/
H A Dotermcap.c263 char *Np, *Bp; local
269 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
271 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0))
/illumos-gate/usr/src/cmd/tip/
H A Dremcap.c273 char *Np, *Bp; local
279 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
281 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0))
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtermcap.c211 char *Np, *Bp; local
217 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
219 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0))

Completed in 325 milliseconds