Lines Matching refs:EMIT
267 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro
270 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
357 EMIT(OEND, 0); in llvm_regcomp()
365 EMIT(OEND, 0); in llvm_regcomp()
421 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere()
457 EMIT(OLPAREN, subno); in p_ere_exp()
464 EMIT(ORPAREN, subno); in p_ere_exp()
480 EMIT(OBOL, 0); in p_ere_exp()
486 EMIT(OEOL, 0); in p_ere_exp()
502 EMIT(OANY, 0); in p_ere_exp()
526 EMIT(OBACK_, backrefnum); in p_ere_exp()
531 EMIT(O_BACK, backrefnum); in p_ere_exp()
574 EMIT(OOR2, 0); /* offset very wrong... */ in p_ere_exp()
638 EMIT(OBOL, 0); in p_bre()
648 EMIT(OEOL, 0); in p_bre()
684 EMIT(OANY, 0); in p_simp_re()
697 EMIT(OLPAREN, subno); in p_simp_re()
705 EMIT(ORPAREN, subno); in p_simp_re()
725 EMIT(OBACK_, i); in p_simp_re()
730 EMIT(O_BACK, i); in p_simp_re()
804 EMIT(OBOW, 0); in p_bracket()
809 EMIT(OEOW, 0); in p_bracket()
869 EMIT(OANYOF, freezeset(p, cs)); in p_bracket()
1077 EMIT(OCHAR, (uch)ch); in ordinary()
1140 EMIT(OOR2, 0); in repeat()
1152 EMIT(OOR2, 0); /* offset very wrong... */ in repeat()
1508 EMIT(op, opnd); /* do checks, ensure space */ in doinsert()