Lines Matching defs:labels
1111 * button state mask and labels array.
1117 int labels;
1125 labels = num_buttons * sizeof(Atom);
1129 labels += ((((num_buttons + 7)/8) + 3)/4) * sizeof(Atom);
1130 *atoms = pad_to_double(labels);
1280 bout->labels = next_block(&ptr, labels_size);
1281 memcpy(bout->labels, bin->labels, bout->num_buttons * sizeof(Atom));
1768 cls_lib->labels = next_block(&ptr_lib, labels_size);
1772 cls_lib->labels[j] = *atoms++;