Home
last modified time | relevance | path

Searched refs:regcache (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1418 struct regcache *regcachep;
1421 struct regcache { struct
1459 struct regcache *rcp; in int_regwcomp()
1504 *(struct regcache **)r = rcp; in int_regwcomp()
1513 struct regcache *rcp; in int_regwfree()
1515 rcp = (struct regcache *)r; in int_regwfree()
1531 rcp = (struct regcache *)qp; in int_regwfree()
1555 struct regcache *rcp; in int_regwerror()
1557 rcp = (struct regcache *)r; in int_regwerror()
1571 struct regcache *rcp; in int_regwexec()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrmatch.c94 regcache(NiL, 0, NiL); in strgrpmatch()
135 if (!(re = regcache(p, reflags, NiL))) in strgrpmatch()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcache.c79 regcache(const char* pattern, regflags_t reflags, int* status) in regcache() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h236 extern regex_t* regcache(const char*, regflags_t, int*);
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap236 #undef regcache
237 #define regcache _ast_regcache
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap236 #undef regcache
237 #define regcache _ast_regcache
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap236 #undef regcache
237 #define regcache _ast_regcache
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap236 #undef regcache
237 #define regcache _ast_regcache
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs289 regex/regcache.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile142 reglib.h regalloc.c regclass.c regcoll.c regcomp.c regcache.c \
H A DRELEASE188 10-03-15 regex/regcache.c: fix 1 byte buffer overflow (didn't count trailing \0)
228 09-11-03 regex/regcache.c: change to variable length pattern strings
372 07-07-17 regex/regcache.c: regcache(0,n,0) extends cache to size n (no shrinking)
522 05-11-22 regex/regcache.c: add, convert string/strmatch.c to regcache()
H A DMamfile3817 make regcache.o
3818 make regex/regcache.c
3821 done regex/regcache.c
3822 meta regcache.o %.c>%.o regex/regcache.c regcache
3823 prev regex/regcache.c
3824 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c regex/regcache
3825 done regcache.o generated
6103 … tempnam.o wordexp.o mktime.o regalloc.o regclass.o regcoll.o regcomp.o regcache.o regdecomp.o reg…
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c1480 …if(!(rp = regcache(fname, REG_SHELL|REG_NOSUB|REG_NEWLINE|REG_AUGMENTED|REG_FIRST|REG_LEFT|REG_RIG… in sh_redirect()