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

  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-text.h 44 typedef struct tag_definition { struct
50 tag_definition *next;
51 } tag_definition ; typedef in typeref:struct:tag_definition
107 tag_definition *stackptr; /* the current paragraph state */
108 tag_definition *lastptr; /* the end of the stack */
119 void end_tag (tag_definition *t);
120 void start_tag (tag_definition *t);
125 void do_push (tag_definition *p);
127 void check_emit_text (tag_definition *t);
131 void remove_def (tag_definition *t)
    [all...]
html-text.h 44 typedef struct tag_definition { struct
50 tag_definition *next;
51 } tag_definition ; typedef in typeref:struct:tag_definition
107 tag_definition *stackptr; /* the current paragraph state */
108 tag_definition *lastptr; /* the end of the stack */
119 void end_tag (tag_definition *t);
120 void start_tag (tag_definition *t);
125 void do_push (tag_definition *p);
127 void check_emit_text (tag_definition *t);
131 void remove_def (tag_definition *t)
    [all...]

Completed in 32 milliseconds