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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h159 Time lasttime; /* timestamp of last processed action */ member in struct:_TextPart
H A DXaw3_1Text.c493 ctx->text.lasttime = 0; /* ||| correct? */
1827 if ( (abs((long) time - (long) ctx->text.lasttime) < MULTI_CLICK_TIME) &&
1843 ctx->text.lasttime = time;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h200 Time lasttime; /* timestamp of last processed action */ member in struct:_TextPart
H A DText.c533 ctx->text.lasttime = 0; /* ||| correct? */
2159 if ( (labs((long) time - (long) ctx->text.lasttime) < MULTI_CLICK_TIME) &&
2175 ctx->text.lasttime = time;

Completed in 1622 milliseconds