Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/less/
Dch.c48 #define bufnode_buf(bn) ((struct buf *)bn) macro
157 bp = bufnode_buf(ch_bufhead); in ch_get()
169 bp = bufnode_buf(bn); in ch_get()
188 bufnode_buf(ch_buftail)->block != -1) { in ch_get()
206 bp = bufnode_buf(bn); in ch_get()
390 bp = bufnode_buf(bn); in sync_logfile()
417 bp = bufnode_buf(bn); in buffered()
514 if (bufnode_buf(bn)->block < bufnode_buf(firstbn)->block) in ch_beg_seek()
517 ch_block = bufnode_buf(firstbn)->block; in ch_beg_seek()
631 bufnode_buf(bn)->block = -1; in ch_flush()
[all …]