Lines Matching defs:st_attr
506 XVaNestedList pe_attr, st_attr;
512 st_attr = XVaCreateNestedList(0, XNArea, &get_st_area, NULL);
513 XGetICValues(p->xic, XNStatusAttributes, st_attr, NULL);
514 XFree(st_attr);
523 st_attr = XVaCreateNestedList(0, XNArea, &st_area, NULL);
524 XSetICValues(p->xic, XNStatusAttributes, st_attr, NULL);
525 XFree(st_attr);
673 XVaNestedList pe_attr = NULL, st_attr = NULL;
684 st_attr = XVaCreateNestedList(0, XNAreaNeeded, &st_area_needed, NULL);
686 SetVaArg( &ic_a[ic_cnt], (XPointer) st_attr); ic_cnt++;
693 if (st_attr) XFree(st_attr);
698 pe_attr = st_attr = NULL;
711 st_attr = XVaCreateNestedList(0, XNArea, &st_area, NULL);
713 SetVaArg( &ic_a[ic_cnt], (XPointer) st_attr); ic_cnt++;
733 if (st_attr) XFree(st_attr);
748 XVaNestedList pe_attr = NULL, st_attr = NULL;
855 st_attr = XVaCreateNestedList(0, st_a[0], st_a[1], st_a[2], st_a[3],
861 SetVaArg( &ic_a[ic_cnt], (XPointer) st_attr); ic_cnt++;
870 if (st_attr) XtFree(st_attr);
897 XVaNestedList pe_attr = NULL, st_attr = NULL;
992 st_attr = XVaCreateNestedList(0, st_a[0], st_a[1], st_a[2], st_a[3],
998 SetVaArg( &ic_a[ic_cnt], (XPointer) st_attr); ic_cnt++;
1011 if (st_attr) XtFree(st_attr);