Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dhistory.c1048 size_t colpos, len = BC_HIST_BUF_LEN(h), pos = h->pos, extras_len = 0; in bc_history_refresh() local
1102 colpos = bc_history_colPos(h->buf.v, len - extras_len, pos) + h->pcol; in bc_history_refresh()
1105 if (colpos) bc_file_printf(&vm->fout, "\x1b[%zuC", colpos); in bc_history_refresh()
1126 size_t colpos = 0, len; in bc_history_edit_insert() local
1138 colpos = bc_history_promptColLen(h->prompt, h->plen); in bc_history_edit_insert()
1139 colpos += bc_history_colPos(h->buf.v, len, len); in bc_history_edit_insert()
1142 if (colpos < h->cols) in bc_history_edit_insert()