notsyntaxspec     703 src/regex-emacs.c 	case notsyntaxspec:
notsyntaxspec    2503 src/regex-emacs.c 	      BUF_PUSH_2 (notsyntaxspec, syntax_spec_code[c]);
notsyntaxspec    2526 src/regex-emacs.c 	      BUF_PUSH_2 (notsyntaxspec, Sword);
notsyntaxspec    2976 src/regex-emacs.c 	case notsyntaxspec:
notsyntaxspec    3538 src/regex-emacs.c     case notsyntaxspec:
notsyntaxspec    3803 src/regex-emacs.c     case notsyntaxspec:
notsyntaxspec    3807 src/regex-emacs.c       return ((re_opcode_t) *p1 == notsyntaxspec && p1[1] == Sword);
notsyntaxspec    3809 src/regex-emacs.c       return ((re_opcode_t) *p1 == notsyntaxspec
notsyntaxspec    3812 src/regex-emacs.c       return ((re_opcode_t) *p1 == notsyntaxspec && p1[1] == p2[1]);
notsyntaxspec    3815 src/regex-emacs.c       return (((re_opcode_t) *p1 == notsyntaxspec
notsyntaxspec    4998 src/regex-emacs.c 	case notsyntaxspec:
notsyntaxspec    5000 src/regex-emacs.c 	    bool not = (re_opcode_t) *(p - 1) == notsyntaxspec;