Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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.c1346 case REX_KMP: in parse()
H A Dregcomp.c3200 if (!(a = node(env, REX_KMP, 0, 0, n * (sizeof(int*) + 1)))) in special()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE397 07-03-19 regex/regdecomp.c: fix REX_ONECHAR escapes and add REX_KMP