Home
last modified time | relevance | path

Searched refs:regrecord (Results 1 – 21 of 21) sorted by relevance

/titanic_44/usr/src/lib/libast/common/regex/
H A Dregrecord.c31 regrecord(const regex_t* p) in regrecord() function
/titanic_44/usr/src/lib/libast/common/include/
H A Dregex.h224 extern int regrecord(const regex_t*);
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h289 #undef regrecord
290 #define regrecord _ast_regrecord macro
H A Dregex.h207 extern __MANGLE__ int regrecord __PROTO__((const regex_t*));
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h268 #undef regrecord
269 #define regrecord _ast_regrecord macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h289 #undef regrecord
290 #define regrecord _ast_regrecord macro
H A Dregex.h207 extern __MANGLE__ int regrecord __PROTO__((const regex_t*));
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h268 #undef regrecord
269 #define regrecord _ast_regrecord macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h289 #undef regrecord
290 #define regrecord _ast_regrecord macro
H A Dregex.h207 extern __MANGLE__ int regrecord __PROTO__((const regex_t*));
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h268 #undef regrecord
269 #define regrecord _ast_regrecord macro
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h268 #undef regrecord
269 #define regrecord _ast_regrecord macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h289 #undef regrecord
290 #define regrecord _ast_regrecord macro
H A Dregex.h207 extern __MANGLE__ int regrecord __PROTO__((const regex_t*));
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap268 #undef regrecord
269 #define regrecord _ast_regrecord
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap268 #undef regrecord
269 #define regrecord _ast_regrecord
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap268 #undef regrecord
269 #define regrecord _ast_regrecord
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap268 #undef regrecord
269 #define regrecord _ast_regrecord
/titanic_44/usr/src/lib/libcmd/common/
H A Dgrep.c217 if (state->number || !regrecord(&x->re)) in addre()
223 if (!state->byline && (state->number || !state->label || !regrecord(&x->re))) in addre()
/titanic_44/usr/src/lib/libast/
H A DMakefile.com270 common/regex/regrecord.o \
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE1453 96-02-06 regex: add regrecord() and regrexec() for Boyer-Moore record filtering