Lines Matching refs:repeat
278 n[c].repeat = val[c].repeat; in cloneValue()
621 val->repeat = item->repeat; in getMappingItemVal()
918 if (!v1->repeat && !v2->repeat) in explodeValues()
920 else if (v1->repeat && !v2->repeat) in explodeValues()
922 else if (!v1->repeat && v2->repeat) in explodeValues()
936 if (!v1->repeat && !v2->repeat) { in explodeValues()
962 } else if (v1->repeat && !v2->repeat) { in explodeValues()
988 } else if (!v1->repeat && v2->repeat) { in explodeValues()
1051 v->repeat = 0; in explodeValues()
1280 val->repeat = i->repeat; in getMappingItem()
1302 val->repeat = i->repeat; in getMappingItem()
1517 new->repeat = old->repeat; in copyItem()
1675 val->repeat = FALSE; in splitMappingItem()
2259 val->repeat = FALSE; in extractMappingItem()