Searched refs:OP_DEFINE (Results 1 – 3 of 3) sorted by relevance
1551 OP_DEFINE, /* 164 */ enumerator
5911 code[1+LINK_SIZE] = OP_DEFINE; in compile_branch()6077 if (code[LINK_SIZE+1] == OP_DEFINE) in compile_branch()6086 bravalue = OP_DEFINE; /* A flag to suppress char handling below */ in compile_branch()6134 if (bravalue == OP_DEFINE) break; in compile_branch()
747 compilation, however, a DEFINE condition is coded as OP_DEFINE so that, when750 changed to OP_FALSE, so the matcher never sees OP_DEFINE.