Home
last modified time | relevance | path

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

/src/contrib/bc/include/
H A Dhistory.h289 size_t pcol; member
/src/contrib/bc/src/
H A Dhistory.c1045 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()
/src/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2702 boolean_t pcol = flip ? (c == 1) : (c < rr->rr_firstdatacol); in print_file_layout_line() local
2708 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()