HomeSort by: relevance | last modified time | path
    Searched defs:buf_anchor (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/utils/more/
ch.c 73 * most- to least-recently used. The circular list is anchored by buf_anchor.
75 #define END_OF_CHAIN ((struct buf *)&buf_anchor)
76 #define buf_head buf_anchor.next
77 #define buf_tail buf_anchor.prev
81 } buf_anchor = { END_OF_CHAIN, END_OF_CHAIN }; variable in typeref:struct:__anon51549d2b0108
ch.c 73 * most- to least-recently used. The circular list is anchored by buf_anchor.
75 #define END_OF_CHAIN ((struct buf *)&buf_anchor)
76 #define buf_head buf_anchor.next
77 #define buf_tail buf_anchor.prev
81 } buf_anchor = { END_OF_CHAIN, END_OF_CHAIN }; variable in typeref:struct:__anon51549d2b0108

Completed in 24 milliseconds