total_len         465 src/dps8/dps8_prt.c   size_t total_len = st -> history_buf_len + len;
total_len         466 src/dps8/dps8_prt.c   char * temp_buf  = malloc (total_len);
total_len         483 src/dps8/dps8_prt.c       for (int i = 0; i <= (int)total_len - 23; i++)
total_len         504 src/dps8/dps8_prt.c       for (int i = 0; i <= (int)total_len - 21; i++)
total_len         522 src/dps8/dps8_prt.c   if (total_len >= sizeof (st -> history_buf))
total_len         524 src/dps8/dps8_prt.c       (void)memcpy (st -> history_buf, temp_buf + total_len - sizeof (st -> history_buf), sizeof (st -> history_buf));
total_len         529 src/dps8/dps8_prt.c       (void)memcpy (st -> history_buf, temp_buf, total_len);
total_len         530 src/dps8/dps8_prt.c       st -> history_buf_len = total_len;