Searched refs:heading (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.h113 #define COND_WIDTH 10 /* longest is the heading - "condition" */
151 char *heading; member in struct:field_info
H A Dcfgadm.c2214 int heading,
2249 if (heading) {
2251 fldp->width, fldp->heading);
2211 print_fields( int ncol, struct print_col *list, int heading, int line2, char *delim, cfga_list_data_t *bdp, FILE *fp) argument
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymreport.pl755 my $heading = ' ' . gettext("Library");
756 $heading .= ' ' x ($maxlen + 6 - length($heading));
757 $len1 = length($heading) - 2;
762 $heading .= "$public_str $private_str";
763 $tmp3 = $heading;
770 print $summary_fh "$heading\n";
/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c90 static void prntstring(char *heading, char *s, int maxlen);
452 prntstring(char *heading, char *s, int maxlen) argument
457 if (heading == NULL || s == NULL)
459 /* print heading */
460 printf("%s: ", heading);
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c91 static void heading(uid_t, char *);
265 heading(uid, name);
501 heading(uid_t uid, char *name) function
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java49 static boolean heading = false; field in class:JDTrace
181 if (!heading) {
190 heading = true;
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c1001 static int heading; local
1008 if (heading == 0) {
1017 heading = 1;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex972 % after a section heading. If WORD is `insert', then do indent at such
2462 % parskip, or the item text will crash with the heading. On the
2689 % @headitem starts a heading row, which we typeset in bold.
3552 % It does not print any chapter heading (usually an @unnumbered).
3943 \newcount\absseclevel % used to calculate proper heading level
3965 % Choose a heading macro
3966 % #1 is heading type
3967 % #2 is heading level
3968 % #3 is text for heading
3981 % The heading typ
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c273 static const char* heading[] = variable
3432 sfprintf(mp, "<H4><TABLE width=100%%><TR><TH align=left>&nbsp;%s&nbsp;(&nbsp;%d&nbsp;)&nbsp;<TH align=center><A href=\".\" title=\"Index\">%s</A><TH align=right>%s&nbsp;(&nbsp;%d&nbsp;)</TR></TABLE></H4>\n<HR>\n", ud, section, T(NiL, ID, heading[section % 10]), ud, section);

Completed in 91 milliseconds