Home
last modified time | relevance | path

Searched refs:nohead (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/regress/usr.bin/mandoc/mdoc/Fo/
DMakefile3 REGRESS_TARGETS = basic break eos font noarg nohead
6 LINT_TARGETS = noarg nohead obsolete punct warn
13 SKIP_GROFF = nohead section
Dnohead.out_lint1 mandoc: nohead.in:11:2: WARNING: missing function name, using "": Fo
Dnohead.out_markdown5 **Fo-nohead** - function block macro without head argument
/openbsd/src/regress/usr.bin/mandoc/mdoc/Sh/
Dnohead.out_lint1 mandoc: nohead.in:10:2: WARNING: skipping empty macro: Sh
2 mandoc: nohead.in:12:2: WARNING: skipping empty macro: Ss
DMakefile3 REGRESS_TARGETS = badNAME before empty emptyNAME first nohead order
6 LINT_TARGETS = badNAME before empty emptyNAME first nohead order
Dnohead.out_markdown5 **Sh-nohead** - sections without header lines
/openbsd/src/usr.bin/pr/
Dpr.c125 int nohead; /* do not write head and trailer */ variable
1463 if (nohead) in nxtfile()
1480 if (nohead || (dt && twice)) in nxtfile()
1503 if (nohead || (dt && twice)) in nxtfile()
1596 if (nohead || skipping) in prhead()
1644 if (nohead) { in prtail()
1889 nohead = 1; in setup()
1970 nohead = 1; in setup()
1971 else if (!nohead) in setup()
/openbsd/src/lib/libcrypto/pem/
Dpem_lib.c677 int end = 0, i, k, bl = 0, hl = 0, nohead = 0; in PEM_read_bio() local
745 nohead = 1; in PEM_read_bio()
759 if (!nohead) { in PEM_read_bio()