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