Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/regex/
H A Dreglib.h114 #define REX_KMP 32 /* Knuth-Morris-Pratt */ macro
H A Dregdecomp.c299 case REX_KMP: in decomp()
H A Dregnexec.c1347 case REX_KMP: in parse()
H A Dregcomp.c3149 if (!(a = node(env, REX_KMP, 0, 0, n * (sizeof(int*) + 1)))) in special()
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE209 07-03-19 regex/regdecomp.c: fix REX_ONECHAR escapes and add REX_KMP