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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.dir.c41 static struct directory *dfind (Char *);
514 else if ((dp = dfind(cp)) != 0) {
753 else if ((dp = dfind(cp)) != NULL) {
781 * dfind - find a directory if specified by numeric (+n) argument
784 dfind(Char *cp) function
831 else if ((dp = dfind(cp)) == 0)

Completed in 192 milliseconds