Searched refs:globbing (Results 1 – 7 of 7) sorted by relevance
1 # This testcase checks globbing correctness in ${v/a/b}
3 # and subsequently globbing converts \\ to \ and treats \z as literal z
3 # for globbing. It is unwanted, but I don't know how to filter it out.
6264 unsigned globbing; in rmescapes() local6293 globbing = flag & RMESCAPE_GLOB; in rmescapes()6294 protect_against_glob = globbing; in rmescapes()6300 protect_against_glob = globbing; in rmescapes()6347 globbing = 0; in rmescapes()6352 protect_against_glob = globbing; in rmescapes()