Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c716 bool saw_glob = false; in has_globbing() local
724 saw_glob = true; in has_globbing()
727 saw_glob = true; in has_globbing()
743 saw_glob = true; in has_globbing()
765 return (saw_glob && !in_bracket && !nest); in has_globbing()