HomeSort by relevance Sort by last modified time
    Searched refs:bases (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
TypeId.h 14 TypeId(const void *const *bases) : bases_(bases) { }
  /onnv/onnv-gate/usr/src/lib/libsasl/
README 14 the Project Cyrus open source libsasl. Inevitibly, these code bases will
32 to and from other code bases. One unfortunate side effect is that this
  /onnv/onnv-gate/usr/src/cmd/filesync/
anal.c 121 * run through all bases and directories looking for files
126 for (bp = bases; bp; bp = bp->b_next) {
133 * run through all bases and files looking for candidates
149 for (bp = bases; bp; bp = bp->b_next) {
272 for (bp = bases; bp; bp = bp->b_next) {
298 for (bp = bases; bp; bp = bp->b_next) {
database.h 111 * they are stored under bases
243 extern struct base *bases; /* base for the main list */
rules.c 312 for (bp = bases; bp; bp = bp->b_next)
547 for (bp = bases; bp; bp = bp->b_next) {
base.c 61 struct base *bases; /* pointer to the base list */ variable in typeref:struct:base
94 for (bpp = &bases; (bp = *bpp) != 0; bpp = &bp->b_next) {
689 for (bp = bases; bp; bp = bp->b_next)
main.c 341 for (bp = bases; bp; bp = bp->b_next) {
README 138 a "file" tree, representing all files below the bases
  /onnv/onnv-gate/usr/src/tools/onbld/Scm/
WorkSpace.py 360 def bases(self): member in class:ActiveList
361 '''Find the bases that in combination define the "old"
803 bases = active.bases()
806 for basenode in bases:
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
toke.c 7254 static char* bases[5] = { "", "binary", "", "octal", local
    [all...]

Completed in 1920 milliseconds