Lines Matching refs:URX_LA_END
595 appendOp(URX_LA_END, dataLoc); in doParseActions()
2259 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2269 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2271 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2292 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
3104 if (URX_TYPE(op) == URX_LA_END || URX_TYPE(op)==URX_LBN_END) { in matchStartType()
3125 case URX_LA_END: in matchStartType()
3416 if (URX_TYPE(op) == URX_LA_END) { in minMatchLength()
3443 case URX_LA_END: in minMatchLength()
3708 case URX_LA_END: in maxMatchLength()
3726 … if ((opType == URX_LA_END || opType == URX_LBN_END) && (URX_VAL(op) == dataLoc)) { in maxMatchLength()
3864 case URX_LA_END: in stripNOPs()