Home
last modified time | relevance | path

Searched refs:ANCHOR_WORD_BEGIN (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h435 #define ANCHOR_WORD_BEGIN (1<<8) macro
Dregcomp.c1431 case ANCHOR_WORD_BEGIN: r = add_opcode(reg, OP_WORD_BEGIN); break; in compile_anchor_node()
6224 case ANCHOR_WORD_BEGIN: fputs("word begin", f); break; in print_indent_tree()
Dregparse.c3269 tok->u.anchor = ANCHOR_WORD_BEGIN; in fetch_token()