Home
last modified time | relevance | path

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

/external/bc/src/
Dhistory.c275 static size_t bc_history_nextLen(const char *buf, size_t buf_len, in bc_history_nextLen() function
402 len = bc_history_nextLen(buf, buf_len, off, &col_len); in bc_history_colPos()
639 size_t chlen = bc_history_nextLen(buf, len, 0, NULL); in bc_history_refresh()
743 h->pos += bc_history_nextLen(h->buf.v, BC_HIST_BUF_LEN(h), h->pos, NULL); in bc_history_edit_right()
854 chlen = bc_history_nextLen(h->buf.v, len, h->pos, NULL); in bc_history_edit_delete()
923 ncl = bc_history_nextLen(h->buf.v, BC_HIST_BUF_LEN(h), h->pos, NULL); in bc_history_swap()