Searched refs:ERE (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 168 #define ERE 3 macro
|
H A D | regdecomp.c | 416 type = ERE; in regdecomp()
|
H A D | regcomp.c | 2164 typ = ERE; in grp() 2170 typ = ERE; in grp() 2189 typ = ERE; in grp() 2679 if (e->type == REX_NULL && env->type == ERE && !(env->flags & REG_NULL)) in seq() 3247 env.type = (env.flags & REG_AUGMENTED) ? ARE : (env.flags & REG_EXTENDED) ? ERE : BRE; in regcomp()
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | RELEASE | 462 08-06-09 A bug in the quoting of $ inside a ERE pattern ~(E)(pattern) 885 06-05-10 The =~ operator was added to [[...]] and [[ string ~= ERE ]] 886 is equivalent to [[ string == ~(E)ERE ]].
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 29 09-12-11 regex/regcomp.c: fix BRE/ERE ^^ logic 1431 regex: fix REG_LENIENT to map BRE \[+?|] to ERE [+?|]
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 11257 :k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:k7=\ERG:k8=\ERH:k9=\ERI:\ 14197 :k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:k7=\ERG:k8=\ERH:k9=\ERI:\ 14205 :k4=\ERE:k5=\ERF:k6=\ERG:k7=\ERH:k8=\ERI:k9=\ERJ:k;=\ERK:\
|
H A D | terminfo.src | 12704 kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, 16042 kf5=\ERE, kf6=\ERF, kf7=\ERG, kf8=\ERH, kf9=\ERI, ll=\EH\EA, 16050 kf0=\ERA, kf1=\ERB, kf10=\ERK, kf2=\ERC, kf3=\ERD, kf4=\ERE,
|