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

/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.h93 struct pfctl_anchor *anchor, *alast; member in struct:pfctl
H A Dparse.y814 pf->alast = pf->anchor;
845 $2 ? $2 : pf->alast->name);
851 if (pf->alast != r.anchor) {
858 mv_rules(&pf->alast->ruleset,
861 pf_remove_if_empty_ruleset(&pf->alast->ruleset);
862 pf->alast = r.anchor;
952 pf->astack[pf->asd + 1] ? pf->alast->name : $2);

Completed in 112 milliseconds