Home
last modified time | relevance | path

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

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