Home
last modified time | relevance | path

Searched refs:alast (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/pppd/
H A Dauth.c1166 struct wordlist *ap, *addr_list, *alist, *alast; local
1250 alist = alast = NULL;
1267 alast->next = ap;
1268 alast = ap;
/openbsd/sbin/pfctl/
H A Dpfctl_parser.h87 struct pf_anchor *anchor, *alast; member
H A Dparse.y861 pf->alast = pf->anchor;
887 $2 ? $2 : pf->alast->name);
893 if (pf->alast != r.anchor) {
900 mv_rules(&pf->alast->ruleset,
903 pf_remove_if_empty_ruleset(&pf->alast->ruleset);
904 pf->alast = r.anchor;