Searched refs:replace_repeat (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | b.c | 1147 replace_repeat(const uschar *reptok, int reptoklen, const uschar *atom, in replace_repeat() function 1227 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat() 1235 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat() 1238 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat() 1243 return replace_repeat(reptok, reptoklen, atom, atomlen, in repeat()
|
H A D | ChangeLog | 21 * b.c (replace_repeat): Turn init_q back into an int. 33 * b.c (replace_repeat): Fix a bug whereby a{0,3} could match
|
H A D | FIXES.1e | 96 Fix size computation in replace_repeat() for special case
|