Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Dch.c51 #define bufnode_buf(bn) ((struct buf *) bn) macro
166 bp = bufnode_buf(ch_bufhead); in ch_get()
179 bp = bufnode_buf(bn); in ch_get()
200 bufnode_buf(ch_buftail)->block != -1) in ch_get()
217 bp = bufnode_buf(bn); in ch_get()
429 bp = bufnode_buf(bn); in sync_logfile()
462 bp = bufnode_buf(bn);
553 bp = bufnode_buf(bn); in ch_end_buffer_seek()
588 if (bufnode_buf(bn)->block < bufnode_buf(firstbn)->block) in ch_beg_seek()
591 ch_block = bufnode_buf(firstbn)->block; in ch_beg_seek()
[all …]