Searched refs:REG_QUOTE (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregex.h210 #define REG_QUOTE 000004 /* no special characters, none */ macro
211 #define REG_NOSPEC REG_QUOTE /* historical synonym */
H A Dregc_lex.c51 #define L_Q 3 /* REG_QUOTE */
76 if (v->cflags&REG_QUOTE) {
80 assert(!(v->cflags&REG_QUOTE));
83 assert(!(v->cflags&(REG_QUOTE|REG_ADVF)));
104 if (v->cflags&REG_QUOTE) {
120 v->cflags |= REG_QUOTE;
155 v->cflags &= ~(REG_ADVANCED|REG_QUOTE);
162 v->cflags &= ~(REG_ADVF|REG_QUOTE);
176 v->cflags |= REG_QUOTE;
202 if (v->cflags&REG_QUOTE) {
[all...]
H A Dregcomp.c289 if ((flags&REG_QUOTE) && (flags&(REG_ADVANCED|REG_EXPANDED|REG_NEWLINE))) {
H A DtclTest.c3952 cflags |= REG_QUOTE;
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregex.h219 #define REG_QUOTE 000004 /* no special characters, none */ macro
220 #define REG_NOSPEC REG_QUOTE /* historical synonym */
H A Dregc_lex.c51 #define L_Q 3 /* REG_QUOTE */
75 if (v->cflags&REG_QUOTE) {
79 assert(!(v->cflags&REG_QUOTE));
82 assert(!(v->cflags&(REG_QUOTE|REG_ADVF)));
99 if (v->cflags&REG_QUOTE)
111 v->cflags |= REG_QUOTE;
138 v->cflags &= ~(REG_ADVANCED|REG_QUOTE);
145 v->cflags &= ~(REG_ADVF|REG_QUOTE);
159 v->cflags |= REG_QUOTE;
184 if (v->cflags&REG_QUOTE)
[all...]
H A Dregcomp.c302 if ((flags&REG_QUOTE) &&
H A DtclTest.c3611 cflags |= REG_QUOTE;

Completed in 182 milliseconds