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

/illumos-gate/usr/src/lib/libxcurses/src/libc/i18n/
H A Dm_text.c64 static char *lastmsg; local
70 if (lastmsg != NULL)
71 free(lastmsg);
72 lastmsg = new;
82 return lastmsg;
/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c71 static char lastmsg[MSGLEN + 1]; /* last message displayed */ variable
160 if (*lastmsg != '\0') {
161 (void) addstr(lastmsg); /* redisplay any message */
442 (void) sprintf(lastmsg, "Egrep %s in this pattern: %s",
445 (void) sprintf(lastmsg, "This is not a C symbol: %s",
448 (void) sprintf(lastmsg,
452 (void) sprintf(lastmsg, "Could not find the %s: %s",
577 (void) strncpy(lastmsg, msg, sizeof (lastmsg) - 1);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c79 static char *lastmsg; local
90 lastmsg = (char *)NULL;
100 if (lastmsg != question || lastmsgsum != msgsum) {
104 lastmsg = question;
152 lastmsg = (char *)NULL;
157 lastmsg = (char *)NULL;
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c5619 uchar_t lastmsg = fas->f_last_msgout; local
5636 switch (lastmsg) {
5694 if (IS_IDENTIFY_MSG(lastmsg)) {
5715 tgt, scsi_mname(lastmsg));

Completed in 82 milliseconds