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

  /src/usr.sbin/catman/
catman.c 138 TAG *defnewp, *sectnewp, *subp; local in function:setdefentries
211 defnewp = gettag("_default_new1", 1);
212 if (defp == NULL || defnewp == NULL)
223 if (addentry(defnewp, buf, 0) < 0)
227 defp = defnewp;
259 TAG *defnewp; local in function:uniquepath
276 if ((defnewp = gettag("_default_new2", 1)) == NULL)
311 if (addentry(defnewp, manpaths.gl_pathv[i], 0) < 0)
318 defp = defnewp;
catman.c 138 TAG *defnewp, *sectnewp, *subp; local in function:setdefentries
211 defnewp = gettag("_default_new1", 1);
212 if (defp == NULL || defnewp == NULL)
223 if (addentry(defnewp, buf, 0) < 0)
227 defp = defnewp;
259 TAG *defnewp; local in function:uniquepath
276 if ((defnewp = gettag("_default_new2", 1)) == NULL)
311 if (addentry(defnewp, manpaths.gl_pathv[i], 0) < 0)
318 defp = defnewp;

Completed in 22 milliseconds