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

  /src/bin/csh/
dir.c 56 static struct directory *dfind(Char *);
352 else if ((dp = dfind(*v)) != 0) {
504 else if ((dp = dfind(*v)) != NULL) {
526 * dfind - find a directory if specified by numeric (+n) argument
529 dfind(Char *cp) function in typeref:struct:directory *
569 else if ((dp = dfind(*v)) == 0)
dir.c 56 static struct directory *dfind(Char *);
352 else if ((dp = dfind(*v)) != 0) {
504 else if ((dp = dfind(*v)) != NULL) {
526 * dfind - find a directory if specified by numeric (+n) argument
529 dfind(Char *cp) function in typeref:struct:directory *
569 else if ((dp = dfind(*v)) == 0)

Completed in 21 milliseconds