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

/macosx-10.10/screen-22/screen/
H A Ddisplay.h243 #define D_status_lastmsg DISPLAY(d_status_lastmsg) macro
H A Dbraille.c343 sprintf(bd.bd_line, "**%-*.*s", bd.bd_ncells - 2, bd.bd_ncells - 2, D_status_lastmsg ? D_status_lastmsg : "unknown msg");
H A Ddisplay.c377 if (D_status_lastmsg)
378 free(D_status_lastmsg);
2234 if (strcmp(msg, D_status_lastmsg) == 0)
2262 if (D_status_lastmsg)
2263 buf = realloc(D_status_lastmsg, t - msg + 1);
2268 D_status_lastmsg = buf;
2273 strcpy(D_status_lastmsg, msg);
H A Dprocess.c1903 if (D_status_lastmsg)
1904 Msg(0, "%s", D_status_lastmsg);

Completed in 167 milliseconds