Searched refs:bc_history_colPos (Results 1 – 1 of 1) sorted by relevance
/external/bc/src/ |
D | history.c | 394 static size_t bc_history_colPos(const char *buf, size_t buf_len, size_t pos) { in bc_history_colPos() function 622 return bc_history_colPos(buf, buf_len, buf_len); in bc_history_promptColLen() 637 while(h->pcol + bc_history_colPos(buf, len, pos) >= h->cols) { in bc_history_refresh() 646 while (h->pcol + bc_history_colPos(buf, len, len) > h->cols) in bc_history_refresh() 671 colpos = bc_history_colPos(buf, len, pos) + h->pcol; in bc_history_refresh() 699 colpos += bc_history_colPos(h->buf.v, len, len); in bc_history_edit_insert()
|