Searched refs:subp (Results 1 – 5 of 5) sorted by relevance
135 register char *endmark, *p, *subp; local137 subp = globfree;138 *subp++ = '\0';159 *subp++ = '/';165 (p <= endmark) && subp < (globfree + sizeof(globfree));)166 *subp++ = *p++;168 *subp = '\0';169 return(--subp);
55 TAG *defp, *defnewp, *section, *sectnewp, *subp; local144 e_subp = (subp = getlist("_subdir")) == NULL ?145 NULL : subp->list.tqh_first;172 e_subp = (subp = getlist("_subdir")) == NULL ?173 NULL : subp->list.tqh_first;204 e_subp = (subp = getlist("_subdir")) == NULL ?205 NULL : subp->list.tqh_first;235 e_subp = (subp = getlist("_subdir")) == NULL ?236 NULL : subp->list.tqh_first;
674 char *subp; local684 while (error && (subp = strrchr(wildname, '/'))) {685 strcpy(subp, "/*");691 *subp = 0;
1565 register vlist *subp; local1584 subp = ap->subs;1585 while (subp != NULL)1588 refrigvexpr( &(subp->val) );1589 subp = subp->next;
1568 register vlist *subp; local1587 subp = ap->subs;1588 while (subp != NULL)1591 refrigvexpr( &(subp->val) );1592 subp = subp->next;