| 1273 | } |
| 1274 | |
| 1275 | void |
| 1276 | dump_forward_putstr(winid win, int attr, const char *str, int no_forward) |
| 1277 | { |
| 1278 | if (dumplog_file) |
| 1279 | fprintf(dumplog_file, "%s\n", str); |
| 1280 | if (!no_forward) |
| 1281 | putstr(win, attr, str); |
| 1282 | } |
| 1283 | |
| 1284 | /*ARGSUSED*/ |
| 1285 | staticfn void |
no test coverage detected