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

/freebsd-10.2-release/contrib/groff/src/devices/grohtml/
H A Dhtml-text.h42 typedef struct tag_definition { struct
48 tag_definition *next;
49 } tag_definition ; typedef in typeref:struct:tag_definition
105 tag_definition *stackptr; /* the current paragraph state */
106 tag_definition *lastptr; /* the end of the stack */
117 void end_tag (tag_definition *t);
118 void start_tag (tag_definition *t);
123 void do_push (tag_definition *p);
125 void check_emit_text (tag_definition *t);
129 void remove_def (tag_definition *
[all...]
H A Dhtml-text.cpp78 void html_text::dump_stack_element (tag_definition *p)
125 tag_definition *p = stackptr;
144 void html_text::end_tag (tag_definition *t)
229 void html_text::start_tag (tag_definition *t)
278 tag_definition *p=stackptr;
298 tag_definition *p=stackptr;
315 tag_definition *p = stackptr;
328 * do_push - places, tag_definition, p, onto the stack
331 void html_text::do_push (tag_definition *p)
377 tag_definition *
[all...]

Completed in 314 milliseconds