Home | History | Annotate | Download | only in src

Lines Matching defs:ap

133 eval(const char **ap, int f)
137 if (*ap == NULL) {
140 vap.ro = ap;
146 while (*ap != NULL)
147 expand(*ap++, &w, f);
1727 struct tbl *ap;
1729 ap = ktenter(&homedirs, name, hash(name));
1730 if (!(ap->flag & ISSET)) {
1736 strdupx(ap->val.s, pw->pw_dir, APERM);
1737 ap->flag |= DEFINED|ISSET|ALLOC;
1739 return (ap->val.s);
1827 valsub(struct op *t, Area *ap)
1834 if (ap)
1839 strdupx(cp, str_val(vp), ap);