Searched refs:prev_flg (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DXawImP.h91 unsigned long prev_flg; member in struct:_XawIcTablePart
/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c614 table->flg = table->prev_flg = 0;
660 if (pp->prev_flg & CICursorP && p->cursor_position != pp->cursor_position) {
664 if (pp->prev_flg & CIFontSet && p->font_set != pp->font_set) {
668 if (pp->prev_flg & CIFg && p->foreground != pp->foreground) {
672 if (pp->prev_flg & CIBg && p->background != pp->background) {
676 if (pp->prev_flg & CIBgPixmap && p->bg_pixmap != pp->bg_pixmap) {
680 if (pp->prev_flg & CILineS && p->line_spacing != pp->line_spacing) {
1155 p->prev_flg |= p->flg;
1167 p->prev_flg |= p->flg;
1229 p->prev_flg
[all...]

Completed in 32 milliseconds