Searched refs:ANYOF (Results 1 – 2 of 2) sorted by relevance
83 #define ANYOF 4 /* str Match any character in this string. */ macro611 ret = regnode(ANYOF); in regatom()951 case ANYOF: in regmatch()1117 case ANYOF: in regrepeat()1184 if (op == ANYOF || op == ANYBUT || op == EXACTLY) { in regdump()1226 case ANYOF: in regprop()
22190 #define ANYOF 4 macro22676 ret = regnode(preg, ANYOF); in regatom()22869 ret = regnode(preg, ch == 'd' ? ANYOF : ANYBUT); in regatom()22876 ret = regnode(preg, ch == 'w' ? ANYOF : ANYBUT); in regatom()22888 ret = regnode(preg, ch == 's' ? ANYOF : ANYBUT); in regatom()23410 case ANYOF: in regmatch()23515 case ANYOF: in regrepeat()23570 case ANYOF: in regopsize()