Searched refs:reptok (Results 1 – 1 of 1) 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() argument 1155 int prefix_length = reptok - basestr; /* prefix includes first rep */ in replace_repeat() 1156 int suffix_length = strlen((const char *) reptok) - reptoklen; /* string after rep specifier */ in replace_repeat() 1195 memcpy(&buf[j], reptok+reptoklen, suffix_length); in replace_repeat() 1212 static int repeat(const uschar *reptok, int reptoklen, const uschar *atom, in repeat() argument 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()
|