Searched defs:html (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c61 writeptype writeproc, void *writeparm, char *eol, int html );
153 int i, err, html, show, labelwidth; local
185 html = ( urlprefix != NULL );
187 if ( html ) {
370 if ( html && !(( opts & LDAP_DISP_OPT_HTMLBODYONLY ) != 0 )) {
451 int err, freedn, html; local
467 html = ( urlprefix != NULL );
627 int err, i, html, writeoutval, freebuf, notascii; local
638 html = ( urlprefix != NULL );
663 output_label( buf, label, labelwidth, writeproc, writeparm, eol, html );
1040 int err = LDAP_SUCCESS, lderr, i, count, html; local
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.h1 /* $Id: html.h,v 1.72 2015/11/07 14:01:16 schwarze Exp $ */
118 struct html { struct
149 void print_gen_decls(struct html *);
150 void print_gen_head(struct html *);
151 struct tag *print_otag(struct html *, enum htmltag,
153 void print_tagq(struct html *, const struct tag *);
154 void print_stagq(struct html *, const struct tag *);
155 void print_text(struct html *, const char *);
156 void print_tblclose(struct html *);
157 void print_tbl(struct html *, cons
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c69 #define STYLE_html 6 /* html details */
98 const char* html[2]; member in struct:Font_s
215 C("html"), "?html", STYLE_html,
216 Z("List detailed info in html."),
951 return fonts[f].html[set];
1273 sfprintf(sp, "<NOBR><A href=\"../man%-.*s/%-.*s.html\">%s%-.*s%s</A>%-.*s</NOBR>"
1925 sfprintf(sp, "<NOBR><A href=\"../man%-.*s/%-.*s.html\">%s%-.*s%s</A>%-.*s</NOBR>"

Completed in 74 milliseconds