Searched refs:assoclst (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/rcs/
H A Dci.c279 static struct Symrev *assoclst, **nextassoc; variable in typeref:struct:Symrev
313 nextassoc = &assoclst;
622 if (! (changedRCS = lockflag<removedlock || assoclst))
787 assoclst ? assoclst->ssymbol
1084 for (p = assoclst; p; p = p->nextsym)
H A Drcs.c276 static struct Symrev *assoclst, **nextassoc; variable in typeref:struct:Symrev
300 nextassoc = &assoclst;
673 /* and store in assoclst */
1321 /* Add or delete (if !revno) association that is stored in assoclst. */
1329 for (curassoc = assoclst; curassoc; curassoc = curassoc->nextsym) {

Completed in 40 milliseconds