Home
last modified time | relevance | path

Searched refs:colpos (Results 1 – 1 of 1) sorted by relevance

/external/bc/src/
Dhistory.c633 size_t colpos, len = BC_HIST_BUF_LEN(h), pos = h->pos; in bc_history_refresh() local
671 colpos = bc_history_colPos(buf, len, pos) + h->pcol; in bc_history_refresh()
673 if (colpos) bc_file_printf(&vm.fout, "\r\x1b[%zuC", colpos); in bc_history_refresh()
687 size_t colpos = 0, len; in bc_history_edit_insert() local
697 colpos = bc_history_promptColLen(h->prompt, h->plen); in bc_history_edit_insert()
699 colpos += bc_history_colPos(h->buf.v, len, len); in bc_history_edit_insert()
701 if (colpos < h->cols) { in bc_history_edit_insert()