notsyntaxspec     703 src/regex-emacs.c 	case notsyntaxspec:
notsyntaxspec    2506 src/regex-emacs.c 	      BUF_PUSH_2 (notsyntaxspec, syntax_spec_code[c]);
notsyntaxspec    2529 src/regex-emacs.c 	      BUF_PUSH_2 (notsyntaxspec, Sword);
notsyntaxspec    2973 src/regex-emacs.c 	case notsyntaxspec:
notsyntaxspec    3540 src/regex-emacs.c     case notsyntaxspec:
notsyntaxspec    3805 src/regex-emacs.c     case notsyntaxspec:
notsyntaxspec    3809 src/regex-emacs.c       return ((re_opcode_t) *p1 == notsyntaxspec && p1[1] == Sword);
notsyntaxspec    3811 src/regex-emacs.c       return ((re_opcode_t) *p1 == notsyntaxspec
notsyntaxspec    3814 src/regex-emacs.c       return ((re_opcode_t) *p1 == notsyntaxspec && p1[1] == p2[1]);
notsyntaxspec    3817 src/regex-emacs.c       return (((re_opcode_t) *p1 == notsyntaxspec
notsyntaxspec    5003 src/regex-emacs.c 	case notsyntaxspec:
notsyntaxspec    5005 src/regex-emacs.c 	    bool not = (re_opcode_t) *(p - 1) == notsyntaxspec;