Home
last modified time | relevance | path

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

/external/bc/src/
Dhistory.c920 char auxb[5]; in bc_history_swap() local
930 memcpy(auxb, h->buf.v + h->pos - pcl, pcl); in bc_history_swap()
932 memcpy(h->buf.v + h->pos - pcl + ncl, auxb, pcl); in bc_history_swap()