Searched refs:ANCHOR_WORD_BEGIN (Results 1 – 3 of 3) sorted by relevance
435 #define ANCHOR_WORD_BEGIN (1<<8) macro
1431 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()
3269 tok->u.anchor = ANCHOR_WORD_BEGIN; in fetch_token()