Lines Matching full:regex
55 regex, and for the usual printf escapes (\abcefnrtv and octal, hex,
56 and unicode). An empty regex repeats the previous one. ADDRESS regexes
128 s/S/R/F Search for regex S, replace matched text with R using flags F.
134 \9 to substitute a parenthetical subexpression in the regex.
186 // regex or string starts, ala offset+(char *)struct, because we remalloc()
195 int rmatch[2]; // offset of regex struct for prefix matches (/abc/,/def/p)
238 // An empty regex repeats the previous one
242 if (!TT.lastregex) error_exit("no previous regex");
285 // Have we got a line or regex matching range for this rule?
297 // regex match end includes matching line, so defer deactivation
316 // Deferred disable from regex end match
673 // delimiter in regex character range doesn't count
819 // so let's fill out arg2 first (since the regex part can't be multiple
874 // We deferred actually parsing the regex until we had the s///i flag