HomeSort by: relevance | last modified time | path
    Searched defs:e_subp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/catman/
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...]
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...]

Completed in 46 milliseconds