Searched refs:lastmsg (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses/src/libc/i18n/ |
H A D | m_text.c | 62 static char *lastmsg; in xlate() local 68 if (lastmsg != NULL) in xlate() 69 free(lastmsg); in xlate() 70 lastmsg = new; in xlate() 80 return lastmsg; in xlate()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpoptr.c | 69 static char *lastmsg; in query_once() local 80 lastmsg = (char *)NULL; in query_once() 90 if (lastmsg != question || lastmsgsum != msgsum) { in query_once() 94 lastmsg = question; in query_once() 142 lastmsg = (char *)NULL; in query_once() 147 lastmsg = (char *)NULL; in query_once()
|
/illumos-gate/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()
|