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

  /src/bin/ksh/
c_ksh.c 23 int cdnode; /* was a node from cdpath added in? */ local in function:c_cd
112 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path);
125 if (cdnode)
163 if (printpath || cdnode)
c_ksh.c 23 int cdnode; /* was a node from cdpath added in? */ local in function:c_cd
112 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path);
125 if (cdnode)
163 if (printpath || cdnode)

Completed in 22 milliseconds