Lines Matching defs:pcl
1476 size_t pcl, ncl;
1485 pcl = bc_history_prevLen(h->buf.v, h->pos);
1491 if (pcl && h->pos != BC_HIST_BUF_LEN(h) && pcl < 5 && ncl < 5)
1494 memcpy(auxb, h->buf.v + h->pos - pcl, pcl);
1495 memcpy(h->buf.v + h->pos - pcl, h->buf.v + h->pos, ncl);
1496 memcpy(h->buf.v + h->pos - pcl + ncl, auxb, pcl);
1499 h->pos += ((~pcl) + 1) + ncl;