lastmsg           103 gtags-cscope/display.c static	char	lastmsg[MSGLEN + 1];	/**< last message displayed */
lastmsg           189 gtags-cscope/display.c 	addstr(lastmsg);
lastmsg           479 gtags-cscope/display.c 			(void) snprintf(lastmsg, sizeof(lastmsg), "Could not find the %s: %s [%s]",
lastmsg           482 gtags-cscope/display.c 			(void) snprintf(lastmsg, sizeof(lastmsg), "Could not find the %s: %s", 
lastmsg           585 gtags-cscope/display.c 	(void) strncpy(lastmsg, msg, sizeof(lastmsg) - 1);