catman.c | 139 ENTRY *e_defp, *e_subp; local in function:setdefentries 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) [all...] |