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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exec.c884 * if dir_ok is set and the pathname refers to a directory.
888 executable(const Char *dir, const Char *name, int dir_ok) argument
904 ((dir_ok && S_ISDIR(stbuf.st_mode)) ||

Completed in 90 milliseconds