Home | History | Annotate | Download | only in src

Lines Matching refs:ap

121 eval(const char **ap, int f)
125 if (*ap == NULL) {
128 vap.ro = ap;
133 while (*ap != NULL)
134 expand(*ap++, &w, f);
1491 struct tbl *ap;
1493 ap = ktenter(&homedirs, name, hash(name));
1494 if (!(ap->flag & ISSET)) {
1500 strdupx(ap->val.s, pw->pw_dir, APERM);
1501 ap->flag |= DEFINED|ISSET|ALLOC;
1503 return (ap->val.s);