Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c711 bool saw_glob = false; in has_globbing() local
719 saw_glob = true; in has_globbing()
722 saw_glob = true; in has_globbing()
738 saw_glob = true; in has_globbing()
760 return (saw_glob && !in_bracket && !nest); in has_globbing()