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...] |