Lines Matching refs:atomlen
1148 int atomlen, int firstnum, int secondnum, int special_case) in replace_repeat() argument
1160 size += atomlen*(firstnum-1); in replace_repeat()
1167 size += init_q + (atomlen+1)* (n_q_reps-init_q); in replace_repeat()
1176 j -= atomlen; in replace_repeat()
1181 memcpy(&buf[j], atom, atomlen); in replace_repeat()
1182 j += atomlen; in replace_repeat()
1190 memcpy(&buf[j], atom, atomlen); in replace_repeat()
1191 j += atomlen; in replace_repeat()
1206 prestr -= atomlen; in replace_repeat()
1213 int atomlen, int firstnum, int secondnum) 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()