Searched refs:REG_NOSUB (Results 26 - 45 of 45) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dxstormy16-asm.c404 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 Dmt-asm.c723 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dxc16x-asm.c504 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 Dm32c-asm.c1711 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
/openbsd-current/usr.bin/cvs/
H A Dtrigger.c447 if (regcomp(&preg, regex, REG_NOSUB|REG_EXTENDED))
/openbsd-current/usr.bin/rdist/
H A Dgram.y182 ecode = regcomp(&reg, nl->n_name, REG_NOSUB);
H A Ddocmd.c821 REG_NOSUB);
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dip2k-asm.c704 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Diq2000-asm.c590 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
H A Dfrv-asm.c1082 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
/openbsd-current/usr.bin/mandoc/
H A Dmansearch.c787 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE));
/openbsd-current/usr.sbin/smtpd/
H A Dtable.c488 int cflags = REG_EXTENDED|REG_NOSUB;
/openbsd-current/usr.bin/file/
H A Dmagic-load.c70 error = regcomp(re, p, REG_EXTENDED|REG_NOSUB);
/openbsd-current/lib/libc/regex/
H A Dengine.c148 if (g->cflags&REG_NOSUB)
/openbsd-current/gnu/gcc/gcc/
H A Dgcc.c7767 REG_EXTENDED | REG_NOSUB) != 0)
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c5551 If REG_NOSUB is set, then when PREG is passed to regexec, that
5605 preg->no_sub = !!(cflags & REG_NOSUB);
5638 If NMATCH is zero or REG_NOSUB was set in the cflags argument to
/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/gnu/lib/libiberty/src/
H A Dregex.c7922 If REG_NOSUB is set, then when PREG is passed to regexec, that
7973 preg->no_sub = !!(cflags & REG_NOSUB);
8011 If NMATCH is zero or REG_NOSUB was set in the cflags argument to

Completed in 407 milliseconds

12