Searched refs:REX_KMP (Results 1 – 10 of 10) sorted by relevance
114 #define REX_KMP 32 /* Knuth-Morris-Pratt */ macro
299 case REX_KMP: in decomp()
74 "REX_KMP",1346 case REX_KMP: in parse()
3200 if (!(a = node(env, REX_KMP, 0, 0, n * (sizeof(int*) + 1)))) in special()
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
397 07-03-19 regex/regdecomp.c: fix REX_ONECHAR escapes and add REX_KMP