Home
last modified time | relevance | path

Searched refs:REG_LEFT (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/lib/libast/common/string/
H A Dstrmatch.c116 reflags |= REG_LEFT; in strgrpmatch()
132 …if (regexec(re, b, n, matchstate.match, reflags & ~(REG_MINIMAL|REG_SHELL_GROUP|REG_LEFT|REG_RIGHT… in strgrpmatch()
/titanic_41/usr/src/lib/libast/common/comp/
H A Dfnmatch.c55 register int reflags = REG_SHELL|REG_LEFT; in fnmatch()
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregcomp.c2097 env->flags |= (REG_LEFT|REG_RIGHT); in grp()
2099 env->flags &= ~(REG_LEFT|REG_RIGHT); in grp()
2115 env->flags |= REG_LEFT; in grp()
2117 env->flags &= ~REG_LEFT; in grp()
2152 …env->flags &= ~(REG_AUGMENTED|REG_EXTENDED|REG_LITERAL|REG_SHELL|REG_LEFT|REG_RIGHT|REG_CLASS_ESCA… in grp()
2158 …env->flags &= ~(REG_AUGMENTED|REG_EXTENDED|REG_LITERAL|REG_SHELL|REG_LEFT|REG_RIGHT|REG_CLASS_ESCA… in grp()
2162 …env->flags &= ~(REG_AUGMENTED|REG_EXTENDED|REG_LITERAL|REG_SHELL|REG_LEFT|REG_RIGHT|REG_CLASS_ESCA… in grp()
2168 …env->flags &= ~(REG_AUGMENTED|REG_EXTENDED|REG_LITERAL|REG_SHELL|REG_LEFT|REG_RIGHT|REG_CLASS_ESCA… in grp()
2173 …env->flags &= ~(REG_AUGMENTED|REG_EXTENDED|REG_LITERAL|REG_SHELL|REG_LEFT|REG_RIGHT|REG_CLASS_ESCA… in grp()
2174 env->flags |= REG_AUGMENTED|REG_SHELL|REG_LEFT|REG_RIGHT; in grp()
[all …]
H A Dreglib.h79 …ENDED|REG_FIRST|REG_ICASE|REG_NOSUB|REG_NEWLINE|REG_SHELL|REG_AUGMENTED|REG_LEFT|REG_LITERAL|REG_M…
H A Dregnexec.c1904 else if (!(flags & REG_LEFT)) in regnexec()
1968 j = env->once || (flags & REG_LEFT); in regnexec()
1981 if ((flags & REG_LEFT) && env->stack && env->best[0].rm_so) in regnexec()
/titanic_41/usr/src/lib/libast/common/include/
H A Dregex.h53 #define REG_LEFT 0x00000100 /* implicit ^... */ macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h35 #define REG_LEFT 0x00000100 /* implicit ^... */ macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dregex.h35 #define REG_LEFT 0x00000100 /* implicit ^... */ macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h35 #define REG_LEFT 0x00000100 /* implicit ^... */ macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h35 #define REG_LEFT 0x00000100 /* implicit ^... */ macro
/titanic_41/usr/src/lib/libcmd/common/
H A Dgrep.c708 state.options |= REG_LEFT; in grep_main()
772 state.options |= REG_LEFT|REG_RIGHT; in grep_main()
H A Dexpr.c312 if (n = regcomp(&re, rp.str, REG_LEFT|REG_LENIENT)) in expr_cond()
/titanic_41/usr/src/lib/libast/common/misc/
H A Dglob.c603 gp->re_flags = REG_SHELL|REG_NOSUB|REG_LEFT|REG_RIGHT|((flags&GLOB_AUGMENTED)?REG_AUGMENTED:0); in glob()
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE30 09-12-11 regex/regcomp.c: fix regcomb() for REG_LEFT|REG_RIGHT
309 06-07-17 regex/regcomp.c: inline l:REG_LEFT r:REG_RIGHT
310 06-07-17 regex/regcomp.c: inline a:REG_LEFT|REG_RIGHT p:~REG_LENIENT
510 03-10-17 regnexec.c: fix exec time REG_LEFT, \x.... => wctomb()
527 03-09-16 regnexec.c: exec time REG_LEFT => don't advance past initial position
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dio.c1257 …if(!(rp = regcache(fname, REG_SHELL|REG_NOSUB|REG_NEWLINE|REG_AUGMENTED|REG_FIRST|REG_LEFT|REG_RIG… in sh_redirect()