Searched refs:pcol (Results 1 – 2 of 2) sorted by relevance
313 size_t pcol; member
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()1838 h->pcol = bc_history_promptColLen(prompt, h->plen); in bc_history_edit()