Lines Matching refs:EMIT
139 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro
142 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
229 EMIT(OEND, 0); in llvm_regcomp()
237 EMIT(OEND, 0); in llvm_regcomp()
293 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere()
329 EMIT(OLPAREN, subno); in p_ere_exp()
336 EMIT(ORPAREN, subno); in p_ere_exp()
352 EMIT(OBOL, 0); in p_ere_exp()
358 EMIT(OEOL, 0); in p_ere_exp()
374 EMIT(OANY, 0); in p_ere_exp()
398 EMIT(OBACK_, backrefnum); in p_ere_exp()
403 EMIT(O_BACK, backrefnum); in p_ere_exp()
446 EMIT(OOR2, 0); /* offset very wrong... */ in p_ere_exp()
510 EMIT(OBOL, 0); in p_bre()
520 EMIT(OEOL, 0); in p_bre()
556 EMIT(OANY, 0); in p_simp_re()
569 EMIT(OLPAREN, subno); in p_simp_re()
577 EMIT(ORPAREN, subno); in p_simp_re()
597 EMIT(OBACK_, i); in p_simp_re()
602 EMIT(O_BACK, i); in p_simp_re()
676 EMIT(OBOW, 0); in p_bracket()
681 EMIT(OEOW, 0); in p_bracket()
741 EMIT(OANYOF, freezeset(p, cs)); in p_bracket()
949 EMIT(OCHAR, (uch)ch); in ordinary()
1012 EMIT(OOR2, 0); in repeat()
1024 EMIT(OOR2, 0); /* offset very wrong... */ in repeat()
1380 EMIT(op, opnd); /* do checks, ensure space */ in doinsert()