Searched defs:Tag_t (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libdss/
H A Dtag.h41 struct Tag_s; typedef struct Tag_s Tag_t; typedef in typeref:struct:Tag_s
46 typedef Tags_t* (*Tagbeg_f)(Tag_t*, Tagframe_t*, const char*, Tagdisc_t*);
47 typedef int (*Tagdat_f)(Tag_t*, Tagframe_t*, const char*, Tagdisc_t*);
48 typedef int (*Tagend_f)(Tag_t*, Tagframe_t*, Tagdisc_t*);
50 typedef int (*Tagscan_f)(Tag_t*, Tagframe_t*, void*, unsigned int, Tagdisc_t*);
99 extern Tag_t* tagopen(Sfio_t*, const char*, int, Tags_t*, Tagdisc_t*);
100 extern Sfio_t* tagsync(Tag_t*);
101 extern int tagclose(Tag_t*);
103 extern char* tagcontext(Tag_t*, Tagframe_t*);
/ast/src/cmd/html/
H A Dhtml2rtf.h72 } Tag_t; typedef in typeref:struct:Tag_s
77 Tag_t* tag[1]; /* rendering tags */
90 Tag_t* tag; /* active tag */
H A Dtroff2html.h79 } Tag_t; typedef in typeref:struct:Tag_s
166 Tag_t* tag; /* diversion tag */
255 Tag_t* define; /* defining this macro */
256 Tag_t* end; /* end collection with this tag */
/ast/src/cmd/3d/
H A Dvcs.c89 } Tag_t; typedef in typeref:struct:__anon21
110 Tag_t* tag;
214 add_entry(Rdirent_t* head, Tag_t* tp)
220 Tag_t* ntp;
260 ntp = newof(0, Tag_t, 0, tp->length);
272 ntp = newof(0, Tag_t, 0, tp->length);
285 ntp = newof(0, Tag_t, 0, tp->length);
295 static Tag_t*
296 get_tag(int f, register Tag_t* tp)
302 memset((char *)tp, 0, sizeof(Tag_t));
[all...]
/ast/src/lib/libast/misc/
H A Doptget.c143 } Tag_t; typedef in typeref:struct:Tag_s
2398 Tag_t ptstk[elementsof(indent) + 2];
2399 Tag_t* pt;

Completed in 181 milliseconds