Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dpattern.c102 #define P_NOTHING 0x05 /* no Match empty string. */ macro
887 ender = patnode(paren ? parno ? P_CLOSE+parno : P_NOTHING : P_END); in patcompswitch()
1013 starter = patnode(P_NOTHING); in patcompbranch()
1686 next = patnode(P_NOTHING); in patcomppiece()
1713 pattail(starter, patnode(P_NOTHING)); /* null. */ in patcomppiece()
1722 pattail(starter, patnode(P_NOTHING)); /* null. */ in patcomppiece()
1727 next = patnode(P_NOTHING); /* null */ in patcomppiece()
1763 n = patnode(P_NOTHING); /* just so much easier */ in patcompnot()
2914 case P_NOTHING: in patmatch()