Searched refs:old_insert (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h175 XawTextPosition old_insert; /* Last insertPos for batched updates */ member in struct:_TextPart
H A DXaw3_1Text.c506 ctx->text.old_insert = -1;
1540 if (ctx->text.old_insert >= 0) /* Update in progress. */
2257 if (ctx->text.old_insert < 0) {
2261 ctx->text.old_insert = ctx->text.insertPos;
2395 if ( ctx->text.update_disabled || (ctx->text.old_insert < 0) )
2398 if((ctx->text.old_insert != ctx->text.insertPos) || (ctx->text.showposition))
2402 ctx->text.old_insert = -1;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h216 XawTextPosition old_insert; /* Last insertPos for batched updates */ member in struct:_TextPart
H A DText.c546 ctx->text.old_insert = -1;
1745 if (ctx->text.old_insert >= 0) /* Update in progress. */
2669 if (ctx->text.old_insert < 0) {
2673 ctx->text.old_insert = ctx->text.insertPos;
2823 if ( ctx->text.update_disabled || (ctx->text.old_insert < 0) )
2826 if((ctx->text.old_insert != ctx->text.insertPos) || (ctx->text.showposition))
2830 ctx->text.old_insert = -1;

Completed in 164 milliseconds