Home
last modified time | relevance | path

Searched refs:heading (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Drt.sh25 heading=1
69 h) heading=0 ;;
145 then heading=0
147 if (( heading ))
149 do print test heading $i
217 if (( heading ))
218 then if (( heading > 1 ))
220 else heading=2
H A DRELEASE213 06-06-27 rt.sh: add --failed, --heading
/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);
453 prntstring(char *heading, char *s, int maxlen) in prntstring() argument
458 if (heading == NULL || s == NULL) in prntstring()
461 printf("%s: ", heading); in prntstring()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddoc-guide.rst43 Major heading
46 Minor heading
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.h149 char *heading; member
H A Dcfgadm.c2214 int heading, in print_fields() argument
2249 if (heading) { in print_fields()
2251 fldp->width, fldp->heading); in print_fields()
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c91 static void heading(uid_t, char *);
265 heading(uid, name); in showquotas()
501 heading(uid_t uid, char *name) in heading() function
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java49 static boolean heading = false; field in JDTrace
181 if (!heading) { in consumeProbeData()
190 heading = true; in consumeProbeData()
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c1001 static int heading; in chew() local
1008 if (heading == 0) { in chew()
1017 heading = 1; in chew()
/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 type:
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex364 %Commenting the 3 lines below removes the small contents box in the chapter heading
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c300 static const char* heading[] = variable
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE201 10-02-01 misc/optget.c: uppercase --html heading -- doh