HomeSort by: relevance | last modified time | path
    Searched refs:alast (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gmake/dist/
vmsjobs.c 83 int alast; local
87 alast = 0;
93 if (alast)
95 alast = 0;
103 alast = 1;
  /src/dist/pf/sbin/pfctl/
pfctl_parser.h 87 struct pf_anchor *anchor, *alast; member in struct:pfctl
parse.y 685 pf->alast = pf->anchor;
715 $2 ? $2 : pf->alast->name);
721 if (pf->alast != r.anchor) {
728 mv_rules(&pf->alast->ruleset,
731 pf_remove_if_empty_ruleset(&pf->alast->ruleset);
732 pf->alast = r.anchor;
761 pf->alast->name : $2);

Completed in 18 milliseconds