Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dhistory.h313 size_t pcol; member
/freebsd/contrib/bc/src/
H A Dhistory.c1055 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()
1838 h->pcol = bc_history_promptColLen(prompt, h->plen); in bc_history_edit()