Home | History | Annotate | Download | only in regexp

Lines Matching defs:ANY

7  *	Permission is granted to anyone to use this software for any
8 * purpose on any computer system, and to redistribute it freely,
88 #define ANY 3 /* no Match any one character. */
89 #define ANYOF 4 /* str Match any character in this string. */
90 #define ANYBUT 5 /* str Match any character not in this string. */
108 * anything being concatenated to any individual branch. The
129 * An operand, if any, simply follows the node. (Note that much of the
496 ret = regnode(ANY);
943 case ANY:
1109 case ANY:
1227 case ANY:
1228 p = "ANY";