Home
last modified time | relevance | path

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

/openbsd/src/bin/ksh/
Dmisc.c539 int nest = 0, bnest = 0; in has_globbing() local
560 if (bnest) /* [a*(b]) */ in has_globbing()
567 bnest++; in has_globbing()
571 if (in_bracket && !bnest) /* *(a[foo|bar]) */ in has_globbing()
575 if (!bnest--) /* *(a[b)c] */ in has_globbing()