Searched defs:dfind (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.dir.c25 struct directory *dfind(tchar *);
141 } else if ((dp = dfind(*v)) != 0) {
389 } else if (dp = dfind(*v)) {
408 * dfind - find a directory if specified by numeric (+n) argument
411 dfind(tchar *cp) function
418 tprintf("TRACE- dfind()\n");
453 else if ((dp = dfind(*v)) == 0)

Completed in 1341 milliseconds