Lines Matching refs:special
397 doing the special after-empty-match global rematch, or when at the end of the
435 /* Copy what we have advanced past (unless not required), reset the special
539 uint32_t special = 0;
623 special = *(++ptr);
624 if (special != CHAR_PLUS && special != CHAR_MINUS)
631 rc = find_text_end(code, &ptr, repend, special == CHAR_MINUS);
635 if (special == CHAR_PLUS && *ptr == CHAR_COLON)
721 the captured string. If a group in a non-special substitution is unset
733 if (special == 0) /* Plain substitution */
740 /* If special is '+' we have a 'set' and possibly an 'unset' text,
741 both of which are reprocessed when used. If special is '-' we have a
744 if (special != 0)
746 if (special == CHAR_MINUS)