Searched refs:lastmsg (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libxcurses/src/libc/i18n/ |
H A D | m_text.c | 64 static char *lastmsg; in xlate() local 70 if (lastmsg != NULL) in xlate() 71 free(lastmsg); in xlate() 72 lastmsg = new; in xlate() 82 return lastmsg; in xlate()
|
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | display.c | 71 static char lastmsg[MSGLEN + 1]; /* last message displayed */ variable 160 if (*lastmsg != '\0') { in display() 161 (void) addstr(lastmsg); /* redisplay any message */ in display() 442 (void) sprintf(lastmsg, "Egrep %s in this pattern: %s", in search() 445 (void) sprintf(lastmsg, "This is not a C symbol: %s", in search() 448 (void) sprintf(lastmsg, in search() 452 (void) sprintf(lastmsg, "Could not find the %s: %s", in search() 577 (void) strncpy(lastmsg, msg, sizeof (lastmsg) - 1); in putmsg()
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumpoptr.c | 79 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;
|
/titanic_50/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 5619 uchar_t lastmsg = fas->f_last_msgout; in fas_onebyte_msg() local 5636 switch (lastmsg) { in fas_onebyte_msg() 5694 if (IS_IDENTIFY_MSG(lastmsg)) { in fas_onebyte_msg() 5715 tgt, scsi_mname(lastmsg)); in fas_onebyte_msg()
|