Home
last modified time | relevance | path

Searched refs:tag (Results 101 – 125 of 525) sorted by path

12345678910>>...21

/illumos-gate/usr/src/cmd/mail/
H A Dpushlist.c44 (strlen(header[H_AFWDFROM].tag) + 2)) ); in pushlist()
52 (strlen(header[H_RECEIVED].tag) + 2)) ); in pushlist()
66 hdrtype, header[hdrtype].tag, contflg, s); in pushlist()
83 (strlen(header[H_AFWDFROM].tag) + 2)) ); in pushlist()
88 (strlen(header[H_RECEIVED].tag) + 2)) ); in pushlist()
H A Dsel_disp.c73 type, hdrtype, header[hdrtype].tag, rc); in sel_disp()
H A Dsendmail.c102 header[H_FROM].tag, from_user, datestring); in sendmail()
105 header[H_FROM].tag, my_name, datestring); in sendmail()
120 "%s %s\n", header[H_TO].tag, *++args); in sendmail()
207 header[H_TCOPY].tag); in sendmail()
240 header[H_MTYPE].tag, msgtype); in sendmail()
260 header[H_MIMEVERS].tag); in sendmail()
268 header[H_CTYPE].tag); in sendmail()
276 header[H_CLEN].tag); in sendmail()
296 header[H_MIMEVERS].tag); in sendmail()
304 header[H_CTYPE].tag); in sendmail()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A DMakefile.common66 tag.o \
H A Deqn_html.c37 struct tag *post, *row, *cell, *t; in eqn_box()
41 enum htmltag tag; in eqn_box() local
150 tag = TAG_MI; in eqn_box()
154 tag = TAG_MN; in eqn_box()
158 tag = TAG_MI; in eqn_box()
163 tag = TAG_MO; in eqn_box()
169 tag = TAG_MI; in eqn_box()
177 (((tag == TAG_MN || tag == TAG_MO) && in eqn_box()
179 (tag == TAG_MI && font == (bp->text[1] == '\0' ? in eqn_box()
184 post = print_otag(p, tag, ""); in eqn_box()
[all …]
H A Dhtml.c129 static void print_ctag(struct html *, struct tag *);
143 h->tag = NULL; in html_alloc()
164 struct tag *tag; in html_reset_internal() local
168 while ((tag = h->tag) != NULL) { in html_reset_internal()
169 h->tag = tag->next; in html_reset_internal()
170 free(tag); in html_reset_internal()
197 struct tag *t; in print_gen_head()
297 struct tag *this, *next; in html_close_paragraph()
300 this = h->tag; in html_close_paragraph()
303 flags = htmltags[this->tag].flags; in html_close_paragraph()
[all …]
H A Dhtml.h76 struct tag { struct
77 struct tag *next; argument
80 enum htmltag tag; argument
101 struct tag *tag; /* last open tag */ member
103 struct tag *tblt; /* current open table scope */
108 struct tag *metaf; /* current open font scope */
126 struct tag *print_otag(struct html *, enum htmltag, const char *, ...);
127 struct tag *print_otag_id(struct html *, enum htmltag, const char *,
129 void print_tagq(struct html *, const struct tag *);
130 void print_stagq(struct html *, const struct tag *);
H A Dmain.c449 if (conf.output.tag != NULL && *conf.output.tag == '\0') { in main()
452 conf.output.tag = tagarg == NULL ? *argv : tagarg + 1; in main()
627 if (conf.output.tag != NULL && conf.output.tag_found == 0) { in main()
628 mandoc_msg(MANDOCERR_TAG, 0, 0, "%s", conf.output.tag); in main()
629 conf.output.tag = NULL; in main()
662 run_pager(&outst, conf.output.tag); in main()
1027 if (conf->output.tag != NULL && conf->output.tag_found == 0 && in parse()
1028 tag_exists(conf->output.tag)) in parse()
H A Dman_html.c118 struct tag *t; in html_man()
166 struct tag *t; in print_man_node()
191 t = h->tag; in print_man_node()
196 t = h->tag; in print_man_node()
225 t = h->tag; in print_man_node()
247 t = h->tag; in print_man_node()
248 while (t->tag != TAG_DL && t->tag != TAG_UL) in print_man_node()
266 struct tag *t, *tt; in man_root_pre()
294 struct tag *t, *tt; in man_root_post()
313 enum htmltag tag; in man_SH_pre() local
[all …]
H A Dman_validate.c316 char *cp, *tag; in post_SH() local
321 tag = NULL; in post_SH()
322 deroff(&tag, n); in post_SH()
323 if (tag != NULL) { in post_SH()
324 for (cp = tag; *cp != '\0'; cp++) in post_SH()
328 strcmp(nc->string, tag) == 0) in post_SH()
331 tag_put(tag, TAG_FALLBACK, n); in post_SH()
332 free(tag); in post_SH()
H A Dmanconf.h37 char *tag; member
H A Dmanpath.c332 if (conf->tag != NULL) { in manconf_output()
333 oldval = mandoc_strdup(conf->tag); in manconf_output()
336 conf->tag = mandoc_strdup(cp); in manconf_output()
H A Dmdoc_html.c287 struct tag *t; in html_mdoc()
346 struct tag *t; in print_mdoc_node()
377 t = h->tag; in print_mdoc_node()
389 t = h->tag; in print_mdoc_node()
410 t = h->tag; in print_mdoc_node()
455 struct tag *t, *tt; in mdoc_root_post()
472 struct tag *t, *tt; in mdoc_root_pre()
518 struct tag *t, *tsec, *tsub; in mdoc_sh_pre()
1027 struct tag *t; in mdoc_fa_pre()
1054 struct tag *t; in mdoc_fd_pre()
[all …]
H A Dmdoc_validate.c2239 if (n->tag == NULL && n->flags & NODE_ID) in post_hyph()
2240 n->tag = mandoc_strdup(nch->string); in post_hyph()
2605 char *cp, *tag; in post_section() local
2613 tag = NULL; in post_section()
2614 deroff(&tag, n); in post_section()
2615 if (tag != NULL) { in post_section()
2616 for (cp = tag; *cp != '\0'; cp++) in post_section()
2621 strcmp(nch->string, tag) == 0) in post_section()
2624 tag_put(tag, TAG_FALLBACK, n); in post_section()
2625 free(tag); in post_section()
H A Droff.c1107 free(n->tag); in roff_node_free()
H A Droff.h509 char *tag; /* For less(1) :t and HTML id=. */ member
H A Dtag.c165 free(nold->tag); in tag_put()
166 nold->tag = NULL; in tag_put()
185 assert(n->tag == NULL); in tag_put()
186 n->tag = mandoc_strndup(s, len); in tag_put()
191 tag_exists(const char *tag) in tag_exists() argument
193 return ohash_find(&tag_data, ohash_qlookup(&tag_data, tag)) != NULL; in tag_exists()
232 if (np->tag == NULL) { in tag_move_id()
233 np->tag = mandoc_strdup(n->tag == NULL ? in tag_move_id()
234 n->child->string : n->tag); in tag_move_id()
263 tag_move_href(struct roff_man *man, struct roff_node *n, const char *tag) in tag_move_href() argument
[all …]
H A Dtbl_html.c119 struct tag *tt; in print_tbl()
H A Dterm_tag.c159 cp = n->tag == NULL ? n->child->string : n->tag; in term_tag_write()
H A Dtree.c308 else if (n->tag != NULL) in print_attr()
310 if (n->tag != NULL) in print_attr()
311 printf("=%s", n->tag); in print_attr()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c458 gelf_dyn_lookup(mdb_gelf_file_t *gf, GElf_Xword tag) in gelf_dyn_lookup() argument
463 if (gf->gf_dyns[i].d_tag == tag) in gelf_dyn_lookup()
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c709 uint16_t tag, flag; in cmd_vtoc() local
715 tag = dv->v_part[i].p_tag; in cmd_vtoc()
720 tag = dv->v_part[i].p_tag; in cmd_vtoc()
735 stag = array_find_string(ptag_array, tag); in cmd_vtoc()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcombined.c82 combined_walk_data_save(combined_walk_data_t *cwd, void *tag) in combined_walk_data_save() argument
90 cwd->cwd_tag = tag; in combined_walk_data_save()
109 combined_walk_data_find(void *tag) in combined_walk_data_find() argument
113 if (tag == NULL) { in combined_walk_data_find()
118 if (cwd->cwd_tag == tag) { in combined_walk_data_find()
H A Dkmem.c1396 kmem_buftag_t tag; in kmem_walk_step() local
1400 if (mdb_vread(&tag, sizeof (tag), in kmem_walk_step()
1406 out = (uintptr_t)tag.bt_bufctl; in kmem_walk_step()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1351 umem_buftag_t tag; in umem_walk_step() local
1355 if (mdb_vread(&tag, sizeof (tag), in umem_walk_step()
1361 out = (uintptr_t)tag.bt_bufctl; in umem_walk_step()

12345678910>>...21