Home
last modified time | relevance | path

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

/external/one-true-awk/
Db.c919 int atomlen, int firstnum, int secondnum, int special_case) in replace_repeat() argument
931 size += atomlen*(firstnum-1); in replace_repeat()
938 size += init_q + (atomlen+1)* n_q_reps; in replace_repeat()
947 j -= atomlen; in replace_repeat()
952 memcpy(&buf[j], atom, atomlen); in replace_repeat()
953 j += atomlen; in replace_repeat()
961 memcpy(&buf[j], atom, atomlen); in replace_repeat()
962 j += atomlen; in replace_repeat()
980 prestr -= atomlen; in replace_repeat()
987 int atomlen, int firstnum, int secondnum) in repeat() argument
[all …]