Searched refs:bc_history_prevLen (Results 1 – 1 of 1) sorted by relevance
/external/bc/src/ |
D | history.c | 306 static size_t bc_history_prevLen(const char *buf, size_t pos, size_t *col_len) { in bc_history_prevLen() function 647 len -= bc_history_prevLen(buf, len, NULL); in bc_history_refresh() 731 h->pos -= bc_history_prevLen(h->buf.v, h->pos, NULL); in bc_history_edit_left() 870 chlen = bc_history_prevLen(h->buf.v, h->pos, NULL); in bc_history_edit_backspace() 922 pcl = bc_history_prevLen(h->buf.v, h->pos, NULL); in bc_history_swap()
|