Searched defs:tags (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/html/ |
H A D | html2rtf.h | 76 int tags; /* # tags in rendering */ member in struct:__anon96 77 Tag_t* tag[1]; /* rendering tags */ 120 Hash_table_t* tags; /* tag dictionary */ member in struct:State_s
|
H A D | html2rtf.c | 34 " begin/end tags in the input \bhtml\b and warns about imbalance.]" 639 for (i = 0; i < rp->tags; i++) 652 for (i = rp->tags - 1; i > 0; i--) 669 if (tp = (Tag_t*)hashget(state.tags, s)) 677 else if (!(tp = newof(NiL, Tag_t, 1, 0)) || !(tp->name = hashput(state.tags, 0, tp))) 689 if (rp->tag[n] = (Tag_t*)hashget(state.tags, s)) 692 if (!(rp->tags = n)) 982 if (!(tp = (Tag_t*)hashget(state.tags, s))) 1416 static const Tag_t tags[] = variable 1510 if (!(state.tags [all...] |
H A D | troff2html.c | 45 "[+?The generated \bhtml\b has properly nested begin/end tags, even though most" 4471 static Tag_t tags[] = variable 4675 for (i = 0; i < elementsof(tags); i++) 4677 tags[i].flags |= TAG_STATIC; 4678 if (!hashput(state.symbols, tags[i].name, &tags[i]))
|
/ast/src/lib/libdss/ |
H A D | tag.c | 232 include(Tag_t* tag, Tagframe_t* fp, Tags_t* cp, Tags_t* tags, Tagdisc_t* disc) argument 286 table(Tag_t* tag, Tagframe_t* fp, Tags_t* cp, Tags_t* tags, Tagdisc_t* disc) argument 332 for (tp = tags; tp->name && !streq(b, tp->name); tp++); 425 tagparse(Tag_t* tag, Tagframe_t* fp, Tags_t* tags, Tagdisc_t* disc) argument 515 else if (!tags) 523 for (tp = tags; tp->name; tp++) 537 if ((*(Builtin_f)tp->begf)(tag, fp, tp, tags, disc)) 740 * open and parse nested tags in ip 744 tagopen(Sfio_t* ip, const char* file, int line, Tags_t* tags, Tagdisc_t* disc) argument 765 r = tagparse(tag, NiL, tags, dis 809 scan(Tag_t* tag, Tagframe_t* fp, Tagscan_f visit, void* handle, register Tags_t* tags, Tagdisc_t* disc) argument 875 tagscan(Tags_t* tags, Tagscan_f visit, void* handle, Tagdisc_t* disc) argument 933 tagusage(Tags_t* tags, Sfio_t* op, Tagdisc_t* disc) argument [all...] |
/ast/src/cmd/dsslib/xml/ |
H A D | xml.c | 30 "pure XML (\aname=value\a attributes within tags ignored) and JSON. In " 42 "[+TAGS?The supported tags are:]{" 1173 static Tags_t tags[] = variable 1216 if (tagusage(tags, sp, &xml->dsstagdisc.tagdisc)) 1247 if (!(tag = tagopen(sp, path, 1, &tags[0], &xml->dsstagdisc.tagdisc)) || tagclose(tag))
|
/ast/src/cmd/dsslib/flat/ |
H A D | flat.c | 49 "[+TAGS?The supported tags are:]{" 1817 " remaining tags may appear inside <PHYSICAL>." 1818 " Outside of <PHYSICAL> the tags provide logical" 2099 " remaining tags may appear inside <PHYSICAL>." 2100 " Outside of <PHYSICAL> the tags provide logical" 3015 static Tags_t tags[] = variable 3155 if (tagusage(tags, sp, &flat->dsstagdisc.tagdisc)) 3200 if (!(tag = tagopen(sp, path, 1, &tags[0], &flat->dsstagdisc.tagdisc)) || tagclose(tag))
|
Completed in 43 milliseconds