Lines Matching full:special
31 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
308 doing the special after-empty-match global rematch, or when at the end of the
346 /* Copy what we have advanced past, reset the special global options, and
418 uint32_t special = 0;
502 special = *(++ptr);
503 if (special != CHAR_PLUS && special != CHAR_MINUS)
510 rc = find_text_end(code, &ptr, repend, special == CHAR_MINUS);
514 if (special == CHAR_PLUS && *ptr == CHAR_COLON)
600 the captured string. If a group in a non-special substitution is unset
612 if (special == 0) /* Plain substitution */
619 /* If special is '+' we have a 'set' and possibly an 'unset' text,
620 both of which are reprocessed when used. If special is '-' we have a
623 if (special != 0)
625 if (special == CHAR_MINUS)