Searched refs:pcol (Results 1 – 3 of 3) sorted by relevance
289 size_t pcol; member
1045 while (h->pcol + bc_history_colPos(buf, len, pos) >= h->cols) in bc_history_refresh()1055 while (h->pcol + bc_history_colPos(buf, len, len) > h->cols) in bc_history_refresh()1092 colpos = bc_history_colPos(h->buf.v, len - extras_len, pos) + h->pcol; in bc_history_refresh()1828 h->pcol = bc_history_promptColLen(prompt, h->plen); in bc_history_edit()
2702 boolean_t pcol = flip ? (c == 1) : (c < rr->rr_firstdatacol); in print_file_layout_line() local2708 pcol ? 'P' : 'D', (flip && c < 2) ? 0 : in print_file_layout_line()2709 pcol ? c : c - rr->rr_firstdatacol); in print_file_layout_line()2712 if (pcol) in print_file_layout_line()2722 if (pcol) in print_file_layout_line()