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 | 64 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 D | display.c | 71 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 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;
|
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 5619 uchar_t lastmsg = fas->f_last_msgout; local 5636 switch (lastmsg) { 5694 if (IS_IDENTIFY_MSG(lastmsg)) { 5715 tgt, scsi_mname(lastmsg));
|
Completed in 65 milliseconds