Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp1608 struct assert_pos { struct
1609 assert_pos *next; argument
1649 assert_pos *xhead;
1650 assert_pos *yhead;
1652 void add (assert_pos **h,
1655 void compare(assert_pos *t,
1688 assert_pos *t; in ~assert_state()
1714 void assert_state::add (assert_pos **h, in add()
1718 assert_pos *t = *h; in add()
1729 t = new assert_pos; in add()
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog1212 (assert_pos): New structure.