Home
last modified time | relevance | path

Searched refs:atomlen (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Db.c1148 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
[all …]