Home
last modified time | relevance | path

Searched refs:auxb (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bc/src/
H A Dhistory.c1467 char auxb[5]; in bc_history_swap() local
1484 memcpy(auxb, h->buf.v + h->pos - pcl, pcl); in bc_history_swap()
1486 memcpy(h->buf.v + h->pos - pcl + ncl, auxb, pcl); in bc_history_swap()