ksh CDPATH Environment Variable

The CDPATH environment variable contains a colon-separated list of directories that will be searched for the argument of a cd command, if the argument does not begin with a slash. The current working directory is not searched by default if $CDPATH is set. It is null by default.