Lines Matching refs:ante
268 int32_t ante; // position of ante context marker '{' in text member in RuleHalf
345 ante = -1; in RuleHalf()
712 if (ante >= 0) { in parseSection()
715 ante = buf.length(); in parseSection()
783 if (ante >= 0) { in removeContext()
784 text.removeBetween(0, ante); in removeContext()
786 ante = post = -1; in removeContext()
1405 if (left->ante < 0) { in parseRule()
1406 left->ante = 0; in parseRule()
1418 if (right->ante >= 0 || right->post >= 0 || left->cursor >= 0 || in parseRule()
1428 left->ante > left->post) { in parseRule()
1444 left->text, left->ante, left->post, in parseRule()