Searched refs:REG_MULTIPLE (Results 1 – 8 of 8) sorted by relevance
61 #define REG_MULTIPLE 0x00010000 /* multiple \n sep patterns */ macro
43 #define REG_MULTIPLE 0x00010000 /* multiple \n sep patterns */ macro
210 if (c = regcomp(&x->re, s, state->options|REG_MULTIPLE)) in addre()
940 if (c == '\n' && (env->flags & REG_MULTIPLE) && !env->delimiter) in token()997 …v->cursor + 1) == '\\' && *(env->cursor + 2) == ')') || (env->flags & REG_MULTIPLE) && *(env->curs… in token()
1201 regex: REG_MULTIPLE, BM for fixed string alternation