Searched refs:OP_GREEDY (Results 1 – 1 of 1) sorted by relevance
3021 #define OP_GREEDY (MAX_CHAR+1) // * + ? {n} macro3298 int nnode = trex_newnode(exp,OP_GREEDY); in trex_element()3403 case OP_GREEDY: { in trex_matchnode()3426 if(greedystop->type != OP_GREEDY || in trex_matchnode()3427 (greedystop->type == OP_GREEDY && ((greedystop->right >> 16)&0x0000FFFF) != 0)) in trex_matchnode()