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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashline.c129 static int test_for_directory __P((const char *));
1170 #define CMD_IS_DIR(x) (absolute_pathname(x) == 0 && absolute_program(x) == 0 && *(x) != '~' && test_for_directory (x))
1601 if (matches && matches[0] && matches[1] == 0 && test_for_directory (matches[0]))
2255 test_for_directory (name) function
2276 _ignore_completion_names (names, test_for_directory);

Completed in 138 milliseconds