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

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dglob.h33 extern int glob_ignore_case;
H A Dglob.c86 int glob_ignore_case = 0; variable
459 if (glob_ignore_case)
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dshmatch.c42 extern int glob_ignore_case, match_ignore_case;
67 if (glob_ignore_case || match_ignore_case)
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dshopt.c36 extern int glob_ignore_case, match_ignore_case;
130 { "nocaseglob", &glob_ignore_case, (shopt_set_func_t *)NULL },

Completed in 136 milliseconds