Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Db.c1140 int init_q = (firstnum == 0); /* first added char will be ? */ in replace_repeat()
1146 if (firstnum > 1) { /* add room for reps 2 through firstnum */ in replace_repeat()
1147 size += atomlen*(firstnum-1); in replace_repeat()
1167 for (i = 1; i < firstnum; i++) { /* copy x reps */ in replace_repeat()
1200 int atomlen, int firstnum, int secondnum) in repeat() argument
1210 if (firstnum < 2) { in repeat()
1215 firstnum, secondnum, REPEAT_PLUS_APPENDED); in repeat()
1218 if (firstnum == 0) { /* {0} or {0,0} */ in repeat()
1223 firstnum, secondnum, REPEAT_ZERO); in repeat()
1226 firstnum, secondnum, REPEAT_SIMPLE); in repeat()
[all …]