Searched refs:REG_FIXED (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dregex.h494 If REG_FIXED, use what's there. */ macro
497 #define REG_FIXED 2
713 # define REGS_FIXED REG_FIXED
H A Dregexec.c440 else if (BE (bufp->re_regs_allocated == REG_FIXED
531 assert (regs_allocated == REG_FIXED);
532 /* This function may not be called with REG_FIXED and nregs too big. */
534 rval = REG_FIXED;

Completed in 147 milliseconds