Searched refs:ASSERT_AT_BOW (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | tre.h | 124 #define ASSERT_AT_BOW 16 /* Beginning of word. */ macro
|
H A D | regexec.c | 71 || ((assertions & ASSERT_AT_BOW) \
|
H A D | regcomp.c | 821 node = tre_ast_new_literal(ctx->mem, ASSERTION, ASSERT_AT_BOW, -1); in parse_atom()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | tre.h | 123 #define ASSERT_AT_BOW 16 /* Beginning of word. */ macro
|
H A D | regexec.c | 71 || ((assertions & ASSERT_AT_BOW) \
|
H A D | regcomp.c | 821 node = tre_ast_new_literal(ctx->mem, ASSERTION, ASSERT_AT_BOW, -1); in parse_atom()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | tre.h | 123 #define ASSERT_AT_BOW 16 /* Beginning of word. */ macro
|
H A D | regexec.c | 71 || ((assertions & ASSERT_AT_BOW) \
|
H A D | regcomp.c | 821 node = tre_ast_new_literal(ctx->mem, ASSERTION, ASSERT_AT_BOW, -1); in parse_atom()
|
/third_party/musl/src/regex/ |
H A D | tre.h | 122 #define ASSERT_AT_BOW 16 /* Beginning of word. */ macro
|
H A D | regexec.c | 71 || ((assertions & ASSERT_AT_BOW) \
|
H A D | regcomp.c | 821 node = tre_ast_new_literal(ctx->mem, ASSERTION, ASSERT_AT_BOW, -1); in parse_atom()
|
Completed in 21 milliseconds