Lines Matching refs:repeat
279 n[c].repeat = val[c].repeat; in cloneValue()
622 val->repeat = item->repeat; in getMappingItemVal()
919 if (!v1->repeat && !v2->repeat) in explodeValues()
921 else if (v1->repeat && !v2->repeat) in explodeValues()
923 else if (!v1->repeat && v2->repeat) in explodeValues()
937 if (!v1->repeat && !v2->repeat) { in explodeValues()
963 } else if (v1->repeat && !v2->repeat) { in explodeValues()
989 } else if (!v1->repeat && v2->repeat) { in explodeValues()
1052 v->repeat = 0; in explodeValues()
1281 val->repeat = i->repeat; in getMappingItem()
1303 val->repeat = i->repeat; in getMappingItem()
1518 new->repeat = old->repeat; in copyItem()
1676 val->repeat = FALSE; in splitMappingItem()
2260 val->repeat = FALSE; in extractMappingItem()