Home
last modified time | relevance | path

Searched refs:EMIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/regex/
H A Dregcomp.c190 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro
193 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
305 EMIT(OEND, 0); in regcomp_internal()
311 EMIT(OEND, 0); in regcomp_internal()
417 EMIT(OLPAREN, subno); in p_ere_exp()
424 EMIT(ORPAREN, subno); in p_ere_exp()
440 EMIT(OBOL, 0); in p_ere_exp()
446 EMIT(OEOL, 0); in p_ere_exp()
465 EMIT(OANY, 0); in p_ere_exp()
478 EMIT(OBOS, 0); in p_ere_exp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c267 #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()
[all …]
/freebsd/contrib/nvi/regex/
H A Dregcomp.c154 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro
157 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
252 EMIT(OEND, 0); in regcomp()
260 EMIT(OEND, 0); in regcomp()
322 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere()
357 EMIT(OLPAREN, subno); in p_ere_exp()
364 EMIT(ORPAREN, subno); in p_ere_exp()
380 EMIT(OBOL, 0); in p_ere_exp()
386 EMIT(OEOL, 0); in p_ere_exp()
402 EMIT(OANY, 0); in p_ere_exp()
[all …]
/freebsd/usr.bin/netstat/
H A Dif.c288 enum process_op { MEASURE, EMIT }; enumerator
297 if (op == EMIT) { in process_ifa_addr()
496 process_ifa_addr(EMIT, ifa, &net_len, &addr_len, in intpr()