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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1MailboxP.h42 long last_size; /* size in bytes of mailboxname */ member in struct:__anon308
H A DXaw3_1Mailbox.c247 w->mailbox.last_size = -1;
442 mailboxsize = w->mailbox.last_size + 1;
480 if (w->mailbox.last_size > 0) force_redraw = TRUE; /* if change */
481 } else if (mailboxsize != w->mailbox.last_size) { /* different size */
488 w->mailbox.last_size = mailboxsize;

Completed in 11 milliseconds