Searched refs:REG_NOSUB (Results 1 - 25 of 45) sorted by last modified time

12

/openbsd-current/usr.sbin/smtpd/
H A Dtable.c487 int cflags = REG_EXTENDED|REG_NOSUB;
/openbsd-current/usr.bin/rdist/
H A Ddocmd.c821 REG_NOSUB);
H A Dgram.y182 ecode = regcomp(&reg, nl->n_name, REG_NOSUB);
/openbsd-current/lib/libform/
H A Dfty_regex.c163 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
/openbsd-current/usr.bin/passwd/
H A Dpwd_check.c61 REG_EXTENDED|REG_NOSUB,
66 REG_EXTENDED|REG_NOSUB,
71 REG_EXTENDED|REG_NOSUB|REG_ICASE,
76 REG_EXTENDED|REG_NOSUB|REG_ICASE,
81 REG_EXTENDED|REG_NOSUB|REG_ICASE,
/openbsd-current/usr.bin/csplit/
H A Dcsplit.c378 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
/openbsd-current/usr.bin/mandoc/
H A Dmansearch.c787 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE));
/openbsd-current/usr.bin/nl/
H A Dnl.c344 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
/openbsd-current/regress/lib/libc/regex/
H A Dmain.c104 if (!(copts&REG_NOSUB)) {
281 } else if (opts&REG_NOSUB) {
337 o |= REG_NOSUB;
/openbsd-current/usr.bin/split/
H A Dsplit.c119 if (regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB) != 0)
/openbsd-current/lib/libc/regex/
H A Dengine.c148 if (g->cflags&REG_NOSUB)
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A Dregex_impl.h59 #define REG_NOSUB 0004 macro
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c6192 If REG_NOSUB is set, then when PREG is passed to regexec, that
6249 preg->no_sub = !!(cflags & REG_NOSUB);
6266 If NMATCH is zero or REG_NOSUB was set in the cflags argument to
/openbsd-current/usr.bin/file/
H A Dmagic-load.c70 error = regcomp(re, p, REG_EXTENDED|REG_NOSUB);
/openbsd-current/gnu/gcc/gcc/
H A Dgcc.c7767 REG_EXTENDED | REG_NOSUB) != 0)
/openbsd-current/usr.bin/cvs/
H A Dtrigger.c447 if (regcomp(&preg, regex, REG_NOSUB|REG_EXTENDED))
/openbsd-current/include/
H A Dregex.h63 #define REG_NOSUB 0004 macro
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dfr30-asm.c438 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dfrv-asm.c1391 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dip2k-asm.c639 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Diq2000-asm.c587 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dm32c-asm.c1711 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dm32r-asm.c456 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dmt-asm.c723 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dopenrisc-asm.c369 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);

Completed in 370 milliseconds

12