Lines Matching refs:DEFINE
7876 /^(?(DEFINE) abc | xyz ) /x
7877 Failed: DEFINE group contains more than one branch at offset 22
7879 /(?(DEFINE) abc) xyz/xI
9798 /(?&word)(?&element)(?(DEFINE)(?<element><[^m][^>]>[^<])(?<word>\w*+))/BZ
9820 /(?&word)(?&element)(?(DEFINE)(?<element><[^\d][^>]>[^<])(?<word>\w*+))/BZ
10475 /i(?(DEFINE)(?<s>a))/SI
10577 /^(?&t)*+(?(DEFINE)(?<t>.))$/BZ
10596 /^(?&t)*(?(DEFINE)(?<t>.))$/BZ
11294 /^.*? (?1) c (?(DEFINE)(a(*THEN)b))/x
11333 /(?1)c(?(DEFINE)((*ACCEPT)b))/
11370 /(?(DEFINE)(a(?2)|b)(b(?1)|a))(?:(?1)|(?2))/SI
11565 /(?(DEFINE)(a))?b(?1)/BZ
11981 /(a)(?(DEFINE)(b))(?2){0,1999}?(?2)/