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

/freebsd-11-stable/gnu/usr.bin/rcs/ci/
H A Dci.c275 static struct Symrev *assoclst, **nextassoc; variable in typeref:struct:Symrev
309 nextassoc = &assoclst;
618 if (! (changedRCS = lockflag<removedlock || assoclst))
783 assoclst ? assoclst->ssymbol
1080 for (p = assoclst; p; p = p->nextsym)
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c272 static struct Symrev *assoclst, **nextassoc; variable in typeref:struct:Symrev
296 nextassoc = &assoclst;
669 /* and store in assoclst */
1317 /* Add or delete (if !revno) association that is stored in assoclst. */
1325 for (curassoc = assoclst; curassoc; curassoc = curassoc->nextsym) {

Completed in 60 milliseconds