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