Searched refs:REX_KMP (Results 1 – 5 of 5) sorted by relevance
114 #define REX_KMP 32 /* Knuth-Morris-Pratt */ macro
299 case REX_KMP: in decomp()
1347 case REX_KMP: in parse()
3149 if (!(a = node(env, REX_KMP, 0, 0, n * (sizeof(int*) + 1)))) in special()
209 07-03-19 regex/regdecomp.c: fix REX_ONECHAR escapes and add REX_KMP