Home | History | Annotate | Download | only in catman

Lines Matching defs:e_subp

139 	ENTRY *e_defp, *e_subp;
194 TAILQ_FOREACH(e_subp, &subp->entrylist, q) {
195 if (!strncmp(e_subp->s, "cat", 3))
198 p, slashp, e_subp->s, machine);
218 TAILQ_FOREACH(e_subp, &subp->entrylist, q) {
219 if (!strncmp(e_subp->s, "cat", 3))
222 e_defp->s, slashp, e_subp->s, machine);
238 TAILQ_FOREACH(e_subp, &subp->entrylist, q) {
239 if (!strncmp(e_subp->s, "cat", 3))
242 p, slashp, e_subp->s, machine);