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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h173 Boolean update_disabled; /* TRUE if display updating turned off */ member in struct:_TextPart
H A DXaw3_1Text.c505 ctx->text.update_disabled = FALSE;
1626 ctx->text.update_disabled = True; /* No redisplay during replacement. */
1641 ctx->text.update_disabled = FALSE; /* rearm redisplay. */
1652 ctx->text.update_disabled = FALSE; /* rearm redisplay. */
1662 ctx->text.update_disabled = FALSE; /* rearm redisplay. */
1706 ctx->text.update_disabled = FALSE; /* rearm redisplay. */
2395 if ( ctx->text.update_disabled || (ctx->text.old_insert < 0) )
2784 ((TextWidget) w)->text.update_disabled = True;
2795 if (!ctx->text.update_disabled) return;
2797 ctx->text.update_disabled
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h214 Boolean update_disabled; /* TRUE if display updating turned off */ member in struct:_TextPart
H A DText.c545 ctx->text.update_disabled = FALSE;
1959 Boolean tmp = ctx->text.update_disabled;
1961 ctx->text.update_disabled = True; /* No redisplay during replacement. */
1976 ctx->text.update_disabled = FALSE; /* rearm redisplay. */
1986 ctx->text.update_disabled = tmp; /* restore redisplay */
1996 ctx->text.update_disabled = tmp; /* restore redisplay */
2037 ctx->text.update_disabled = tmp; /* restore redisplay */
2823 if ( ctx->text.update_disabled || (ctx->text.old_insert < 0) )
3380 ((TextWidget) w)->text.update_disabled = True;
3395 if (!ctx->text.update_disabled) retur
[all...]

Completed in 30 milliseconds