Searched refs:REG_SUB_ALL (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/include/
H A Dregex.h96 #define REG_SUB_ALL 0x00000001 /* substitute all occurrences */ macro
/ast/src/lib/libast/regex/
H A Dregsub.c264 } while ((m > 0 || (flags & REG_SUB_ALL)) && !(r = regexec(p, op, nmatch, match, p->env->flags|(match->rm_so == match->rm_eo ? REG_ADVANCE : 0))));
H A Dregsubexec.c173 if (m <= 0 && !(b->re_flags & REG_SUB_ALL) || !*s)
H A Dregsubcomp.c32 'g', REG_SUB_ALL,
/ast/src/cmd/re/
H A Ded.c189 'g', REG_SUB_ALL,
/ast/src/cmd/nmake/
H A Dexpand.c58 'g', REG_SUB_ALL,
61 'G', REG_SUB_ALL,

Completed in 26 milliseconds