Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/
H A Dvmsjobs.c83 int alast; in vms_handle_apos() local
87 alast = 0; in vms_handle_apos()
93 if (alast) in vms_handle_apos()
95 alast = 0; in vms_handle_apos()
103 alast = 1; in vms_handle_apos()
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_parser.h87 struct pf_anchor *anchor, *alast; member
H A Dparse.y685 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);
/netbsd-src/external/gpl2/gawk/dist/
H A Dawk.texi20480 function are_equal( n, m, clast, cline, alast, aline)
20486 n = split(last, alast)
20488 clast = join(alast, fcount+1, n)