Home
last modified time | relevance | path

Searched refs:tag_definition (Results 1 – 8 of 8) sorted by relevance

/dports/japanese/groff/groff-1.18.1.1/src/devices/grohtml/
H A Dhtml-text.h39 typedef struct tag_definition { struct
45 tag_definition *next; argument
46 } tag_definition ; typedef
97 tag_definition *stackptr; /* the current paragraph state */
98 tag_definition *lastptr; /* the end of the stack */
109 void end_tag (tag_definition *t);
110 void start_tag (tag_definition *t);
115 void do_push (tag_definition *p);
117 void check_emit_text (tag_definition *t);
121 void remove_def (tag_definition *t);
[all …]
H A Dhtml-text.cc123 tag_definition *p = stackptr; in dump_stack()
258 tag_definition *p=stackptr; in flush_text()
278 tag_definition *p=stackptr; in is_present()
340 tag_definition *p=(tag_definition *)malloc(sizeof(tag_definition)); in push_para()
360 tag_definition *p=(tag_definition *)malloc(sizeof(tag_definition)); in push_para()
457 tag_definition *temp =NULL; in shutdown()
685 tag_definition *p=stackptr; in remove_indent()
798 tag_definition *l = 0; in remove_def()
799 tag_definition *q = 0; in remove_def()
863 tag_definition *l = 0; in remove_break()
[all …]
/dports/textproc/groff/groff-1.22.4/src/devices/grohtml/
H A Dhtml-text.h46 typedef struct tag_definition { struct
52 tag_definition *next; argument
53 } tag_definition ; typedef
109 tag_definition *stackptr; /* the current paragraph state */
110 tag_definition *lastptr; /* the end of the stack */
122 void end_tag (tag_definition *t);
123 void start_tag (tag_definition *t);
128 void do_push (tag_definition *p);
130 void check_emit_text (tag_definition *t);
134 void remove_def (tag_definition *t);
[all …]
H A Dhtml-text.cpp124 tag_definition *p = stackptr; in dump_stack()
291 tag_definition *p=stackptr; in flush_text()
311 tag_definition *p=stackptr; in is_present()
328 tag_definition *p = stackptr; in uses_indent()
390 tag_definition *p= new tag_definition; in push_para()
410 tag_definition *p = new tag_definition; in push_para()
509 tag_definition *temp =NULL; in shutdown()
743 tag_definition *p=stackptr; in remove_indent()
876 tag_definition *l = 0; in remove_def()
939 tag_definition *l = 0; in remove_break()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil/file_formats/
H A Dvil_nitf2_tagged_record.cxx36 …static vil_nitf2_field_definition tag_definition("CETAG", "Extension Tag", new vil_nitf2_string_fo… in s_tag_definition() local
37 return tag_definition; in s_tag_definition()
/dports/textproc/groff/groff-1.22.4/
H A DChangeLog.1182430 * src/devices/grohtml/html-text.h (tag_definition): New member
3307 (tag_definition): Use `void *' for arg1.
H A DChangeLog.119703 (tag_definition): Remove `really_issued'.
1191 * src/devices/grohtml/html-text.h (tag_definition): New variable
/dports/japanese/groff/groff-1.18.1.1/
H A DChangeLog2427 * src/devices/grohtml/html-text.h (tag_definition): New member
3304 (tag_definition): Use `void *' for arg1.