Home
last modified time | relevance | path

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

/freebsd-9-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()
434 bp = bufnode_buf(bn); in sync_logfile()
467 bp = bufnode_buf(bn);
558 bp = bufnode_buf(bn); in ch_end_buffer_seek()
593 if (bufnode_buf(bn)->block < bufnode_buf(firstbn)->block) in ch_beg_seek()
596 ch_block = bufnode_buf(firstbn)->block; in ch_beg_seek()
[all …]