Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dpattern.c105 #define P_GFLAGS 0x08 /* long Match nothing and set globbing flags */ macro
856 gfnode = patnode(P_GFLAGS); in patcompswitch()
911 pattail(ender, patnode(P_GFLAGS)); in patcompswitch()
977 latest = patnode(P_GFLAGS); in patcompbranch()
2918 case P_GFLAGS: in patmatch()