EMIT               63 regex/regcomp.c #define	ASTERN(sop, pos)	EMIT(sop, HERE()-pos)
EMIT              155 regex/regcomp.c 	EMIT(OEND, 0);
EMIT              163 regex/regcomp.c 	EMIT(OEND, 0);
EMIT              222 regex/regcomp.c 		EMIT(OOR2, 0);			/* offset is very wrong */
EMIT              259 regex/regcomp.c 		EMIT(OLPAREN, subno);
EMIT              266 regex/regcomp.c 		EMIT(ORPAREN, subno);
EMIT              282 regex/regcomp.c 		EMIT(OBOL, 0);
EMIT              288 regex/regcomp.c 		EMIT(OEOL, 0);
EMIT              304 regex/regcomp.c 			EMIT(OANY, 0);
EMIT              349 regex/regcomp.c 		EMIT(OOR2, 0);			/* offset very wrong... */
EMIT              418 regex/regcomp.c 		EMIT(OBOL, 0);
EMIT              428 regex/regcomp.c 		EMIT(OEOL, 0);
EMIT              466 regex/regcomp.c 			EMIT(OANY, 0);
EMIT              479 regex/regcomp.c 		EMIT(OLPAREN, subno);
EMIT              487 regex/regcomp.c 		EMIT(ORPAREN, subno);
EMIT              507 regex/regcomp.c 			EMIT(OBACK_, i);
EMIT              512 regex/regcomp.c 			EMIT(O_BACK, i);
EMIT              590 regex/regcomp.c 		EMIT(OBOW, 0);
EMIT              595 regex/regcomp.c 		EMIT(OEOW, 0);
EMIT              648 regex/regcomp.c 		EMIT(OANYOF, freezeset(p, cs));
EMIT              875 regex/regcomp.c 		EMIT(OCHAR, (unsigned char)ch);
EMIT              942 regex/regcomp.c 		EMIT(OOR2, 0);
EMIT              954 regex/regcomp.c 		EMIT(OOR2, 0);			/* offset very wrong... */
EMIT             1409 regex/regcomp.c 	EMIT(op, opnd);		/* do checks, ensure space */