Searched refs:bc_history_colPos (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/contrib/bc/src/ |
| HD | history.c | 784 bc_history_colPos(const char* buf, size_t buf_len, size_t pos) in bc_history_colPos() function 1036 return bc_history_colPos(buf, buf_len, buf_len); in bc_history_promptColLen() 1055 while (h->pcol + bc_history_colPos(buf, len, pos) >= h->cols) in bc_history_refresh() 1065 while (h->pcol + bc_history_colPos(buf, len, len) > h->cols) in bc_history_refresh() 1102 colpos = bc_history_colPos(h->buf.v, len - extras_len, pos) + h->pcol; in bc_history_refresh() 1139 colpos += bc_history_colPos(h->buf.v, len, len); in bc_history_edit_insert()
|