OP_NOTSTAR 3796 pcre/pcre_compile.cpp op_type = OP_NOTSTAR - OP_STAR; /* Use "not" opcodes */ OP_NOTSTAR 4313 pcre/pcre_compile.cpp case OP_NOTSTAR: *tempcode = OP_NOTPOSSTAR; break; OP_NOTSTAR 1902 pcre/pcre_dfa_exec.cpp if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) OP_NOTSTAR 1940 pcre/pcre_dfa_exec.cpp if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) OP_NOTSTAR 1956 pcre/pcre_dfa_exec.cpp case OP_NOTSTAR: OP_NOTSTAR 1976 pcre/pcre_dfa_exec.cpp if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) OP_NOTSTAR 2008 pcre/pcre_dfa_exec.cpp if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) OP_NOTSTAR 2043 pcre/pcre_dfa_exec.cpp if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) OP_NOTSTAR 2603 pcre/pcre_exec.cpp case OP_NOTSTAR: OP_NOTSTAR 2609 pcre/pcre_exec.cpp c = *ecode++ - OP_NOTSTAR;