Home
last modified time | relevance | path

Searched refs:in_bracket (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dmisc.c713 bool in_bracket = false; in has_globbing() local
721 if (!in_bracket) { in has_globbing()
723 in_bracket = true; in has_globbing()
731 if (in_bracket) { in has_globbing()
735 in_bracket = false; in has_globbing()
739 if (in_bracket) in has_globbing()
744 if (in_bracket && !bnest) in has_globbing()
748 if (in_bracket) { in has_globbing()
760 return (saw_glob && !in_bracket && !nest); in has_globbing()