Searched refs:is_equal_to_head (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp979 int is_equal_to_head (void);
1152 * is_equal_to_head - returns TRUE if the ptr equals the head.
1155 int list::is_equal_to_head (void) function in class:list
1470 } while (! glyphs.is_equal_to_head());
1600 } while (! headers.is_equal_to_head());
2386 (page_contents->glyphs.is_equal_to_head()));
2396 (page_contents->glyphs.is_equal_to_head()));
2401 (page_contents->glyphs.is_equal_to_head()));
2408 (page_contents->glyphs.is_equal_to_head()));
2410 } while ((! page_contents->glyphs.is_equal_to_head()) ||
[all...]

Completed in 46 milliseconds