Searched refs:REX_ONECHAR (Results 1 – 10 of 10) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regdecomp.c | 122 case REX_ONECHAR: in decomp() 264 case REX_ONECHAR: in decomp()
|
H A D | reglib.h | 118 #define REX_ONECHAR 36 /* a single-character literal */ macro
|
H A D | regcomp.c | 430 case REX_ONECHAR: in stats() 1849 case REX_ONECHAR: in rep() 1899 case REX_ONECHAR: in isstring() 1931 case REX_ONECHAR: in insert() 2658 if (!(f = node(env, REX_ONECHAR, 1, 1, 0))) in seq() 2831 if (e = node(env, REX_ONECHAR, 1, 1, 0)) in seq()
|
H A D | regnexec.c | 78 "REX_ONECHAR", 1480 case REX_ONECHAR: in parse()
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regdecomp.c | 122 case REX_ONECHAR: in decomp() 264 case REX_ONECHAR: in decomp()
|
H A D | reglib.h | 118 #define REX_ONECHAR 36 /* a single-character literal */ macro
|
H A D | regcomp.c | 421 case REX_ONECHAR: in stats() 1826 case REX_ONECHAR: in rep() 1876 case REX_ONECHAR: in isstring() 1908 case REX_ONECHAR: in insert() 2607 if (!(f = node(env, REX_ONECHAR, 1, 1, 0))) in seq() 2780 if (e = node(env, REX_ONECHAR, 1, 1, 0)) in seq()
|
H A D | regnexec.c | 1481 case REX_ONECHAR: in parse()
|
/titanic_51/usr/src/lib/libast/common/ |
H A D | RELEASE | 209 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 D | RELEASE | 397 07-03-19 regex/regdecomp.c: fix REX_ONECHAR escapes and add REX_KMP
|