Lines Matching refs:rlist
75 RowList *rlist; /* List of widget rows. */
335 found |= ParseRow(group->rlist[i]);
356 RowList row0 = group->rlist[0];
357 RowList row1 = group->rlist[1];
358 RowList row2 = group->rlist[2];
534 group->rlist = XtReallocArray(group->rlist, group->numrows, sizeof(RowList));
535 group->rlist[group->numrows - 1] = row = XtNew(RowListRec);
541 arglist[1].value = (XtArgVal)group->rlist[group->numrows - 2]->widget;
579 group->rlist = (RowList *) NULL;
600 row = group->rlist[group->numrows - 1];
654 row = pick->general->glist[0]->rlist[0];
669 row = group->rlist[j];