Lines Matching full:then
40 /* If this bit is not set, then \ inside a bracket expression is literal.
41 If set, then such a \ quotes the following character. */
44 /* If this bit is not set, then + and ? are operators, and \+ and \? are
46 If set, then \+ and \? are operators and + and ? are literals. */
49 /* If this bit is set, then character classes are supported. They are:
52 If not set, then character classes are not supported. */
55 /* If this bit is set, then ^ and $ are always anchors (outside bracket
57 If this bit is not set, then it depends:
69 /* If this bit is set, then special characters are always special
71 If this bit is not set, then special characters are special only in
77 /* If this bit is set, then *, +, ?, and { cannot be first in an re or
81 /* If this bit is set, then . matches newline.
82 If not set, then it doesn't. */
85 /* If this bit is set, then . doesn't match NUL.
86 If not set, then it does. */
106 /* If this bit is set, then `{...}' defines an interval, and \{ and \}
108 If not set, then `\{...\}' defines an interval. */
115 /* If this bit is set, then \<digit> matches <digit>.
116 If not set, then \<digit> is a back-reference. */
119 /* If this bit is set, then | is an alternation operator, and \| is literal.
120 If not set, then \| is an alternation operator, and | is literal. */
123 /* If this bit is set, then an ending range point collating higher
125 If not set, then when ending range point collates higher than the
129 /* If this bit is set, then an unmatched ) is ordinary.
130 If not set, then an unmatched ) is invalid. */
219 /* If this bit is set, then use extended regular expression syntax.
220 If not set, then use basic regular expression syntax. */
223 /* If this bit is set, then ignore case when matching.
224 If not set, then case is significant. */
227 /* If this bit is set, then anchors do not match at newline
229 If not set, then anchors do match at newlines. */
232 /* If this bit is set, then report only success or fail in regexec.
233 If not set, then returns differ between not matching and errors. */
239 /* If this bit is set, then the beginning-of-line operator doesn't match
242 If not set, then the beginning-of-line operator does match the
466 If NUM_REGS == 0, then subsequent matches should allocate their own