Searched refs:ASSERT_AT_EOW (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | tre.h | 125 #define ASSERT_AT_EOW 32 /* End of word. */ macro
|
D | regexec.c | 73 || ((assertions & ASSERT_AT_EOW) \
|
D | regcomp.c | 824 node = tre_ast_new_literal(ctx->mem, ASSERTION, ASSERT_AT_EOW, -1); in parse_atom()
|
/third_party/musl/src/regex/ |
D | tre.h | 123 #define ASSERT_AT_EOW 32 /* End of word. */ macro
|
D | regexec.c | 73 || ((assertions & ASSERT_AT_EOW) \
|
D | regcomp.c | 824 node = tre_ast_new_literal(ctx->mem, ASSERTION, ASSERT_AT_EOW, -1); in parse_atom()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | tre.h | 124 #define ASSERT_AT_EOW 32 /* End of word. */ macro
|
D | regexec.c | 73 || ((assertions & ASSERT_AT_EOW) \
|
D | regcomp.c | 824 node = tre_ast_new_literal(ctx->mem, ASSERTION, ASSERT_AT_EOW, -1); in parse_atom()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | tre.h | 124 #define ASSERT_AT_EOW 32 /* End of word. */ macro
|
D | regexec.c | 73 || ((assertions & ASSERT_AT_EOW) \
|
D | regcomp.c | 824 node = tre_ast_new_literal(ctx->mem, ASSERTION, ASSERT_AT_EOW, -1); in parse_atom()
|