label_get_right
struct label * label_get_right(struct label *);
while((l = label_get_right(l)) != NULL) {
while((l = label_get_right(l)) != NULL)