Lines Matching refs:pp
625 XawIcTableList pp;
627 if ((pp = GetIcTable(w, ve)) == NULL) return;
628 if (check == TRUE && CurrentSharedIcTable(ve) != pp) return;
630 if (pp->prev_flg & CICursorP && p->cursor_position != pp->cursor_position) {
631 p->cursor_position = pp->cursor_position;
634 if (pp->prev_flg & CIFontSet && p->font_set != pp->font_set) {
635 p->font_set = pp->font_set;
638 if (pp->prev_flg & CIFg && p->foreground != pp->foreground) {
639 p->foreground = pp->foreground;
642 if (pp->prev_flg & CIBg && p->background != pp->background) {
643 p->background = pp->background;
646 if (pp->prev_flg & CIBgPixmap && p->bg_pixmap != pp->bg_pixmap) {
647 p->bg_pixmap = pp->bg_pixmap;
650 if (pp->prev_flg & CILineS && p->line_spacing != pp->line_spacing) {
651 p->line_spacing = pp->line_spacing;
1025 XawIcTableList pp;
1031 if ((pp = GetIcTable(w, ve)) == NULL) return;
1032 ve->ic.current_ic_table = pp;
1046 XawIcTableList p, pp;
1052 pp = CurrentSharedIcTable(ve);
1053 if (pp == NULL || pp->widget != w) {
1068 XawIcTableList p, pp;
1073 if (IsSharedIC(ve) && (pp = CurrentSharedIcTable(ve))) {
1074 if (pp->widget != w) {