Searched refs:colpos (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/bc/src/ |
| H A D | history.c | 1038 size_t colpos, len = BC_HIST_BUF_LEN(h), pos = h->pos, extras_len = 0; in bc_history_refresh() local 1092 colpos = bc_history_colPos(h->buf.v, len - extras_len, pos) + h->pcol; in bc_history_refresh() 1095 if (colpos) bc_file_printf(&vm->fout, "\x1b[%zuC", colpos); in bc_history_refresh() 1116 size_t colpos = 0, len; in bc_history_edit_insert() local 1128 colpos = bc_history_promptColLen(h->prompt, h->plen); in bc_history_edit_insert() 1129 colpos += bc_history_colPos(h->buf.v, len, len); in bc_history_edit_insert() 1132 if (colpos < h->cols) in bc_history_edit_insert()
|