/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regrecord.c | 31 regrecord(const regex_t* p) in regrecord() function
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | regex.h | 224 extern int regrecord(const regex_t*);
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 289 #undef regrecord 290 #define regrecord _ast_regrecord macro
|
H A D | regex.h | 207 extern __MANGLE__ int regrecord __PROTO__((const regex_t*));
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 268 #undef regrecord 269 #define regrecord _ast_regrecord macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 289 #undef regrecord 290 #define regrecord _ast_regrecord macro
|
H A D | regex.h | 207 extern __MANGLE__ int regrecord __PROTO__((const regex_t*));
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 268 #undef regrecord 269 #define regrecord _ast_regrecord macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 289 #undef regrecord 290 #define regrecord _ast_regrecord macro
|
H A D | regex.h | 207 extern __MANGLE__ int regrecord __PROTO__((const regex_t*));
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 268 #undef regrecord 269 #define regrecord _ast_regrecord macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 268 #undef regrecord 269 #define regrecord _ast_regrecord macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 289 #undef regrecord 290 #define regrecord _ast_regrecord macro
|
H A D | regex.h | 207 extern __MANGLE__ int regrecord __PROTO__((const regex_t*));
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 268 #undef regrecord 269 #define regrecord _ast_regrecord
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 268 #undef regrecord 269 #define regrecord _ast_regrecord
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 268 #undef regrecord 269 #define regrecord _ast_regrecord
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 268 #undef regrecord 269 #define regrecord _ast_regrecord
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | grep.c | 217 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 D | Makefile.com | 270 common/regex/regrecord.o \
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 1453 96-02-06 regex: add regrecord() and regrexec() for Boyer-Moore record filtering
|