Home
last modified time | relevance | path

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

/openbsd-src/bin/ed/
H A Dbuf.c49 static line_t buffer_head; /* incore buffer */ variable
60 if (lp == &buffer_head) in get_sbuf_line()
153 line_t *cp = &buffer_head; in get_line_node_addr()
156 while (cp != lp && (cp = cp->q_forw) != &buffer_head) in get_line_node_addr()
158 if (n && cp == &buffer_head) { in get_line_node_addr()
170 static line_t *lp = &buffer_head; in get_addressed_line_node()
179 lp = buffer_head.q_back; in get_addressed_line_node()
188 lp = &buffer_head; in get_addressed_line_node()
270 REQUE(&buffer_head, &buffer_head); in init_buffers()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D980709-1.c13 struct buffer_head { struct
16 extern void lock_buffer(struct buffer_head * bh) in lock_buffer() argument
/openbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c146 unsigned char *buffer_head; in cd9660_write_path_table() local
152 buffer_head = buffer; in cd9660_write_path_table()
189 return cd9660_write_filedata(diskStructure, fd, sector, buffer_head, in cd9660_write_path_table()