Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/pr/
Dpr.c104 int nohead; /* do not write head and trailer */ variable
260 if (!linecnt && !nohead && in onecol()
535 if (!nohead && prhead(hbuf, fname, pagecnt)) in vertcol()
599 if (pln && !nohead && prhead(hbuf, fname, pagecnt)) in vertcol()
745 if (!i && !nohead && in horzcol()
953 if (!i && !nohead && prhead(hbuf, fname, pagecnt)) in mulfile()
1286 if (nohead) in nxtfile()
1309 if (nohead || (dt && twice)) in nxtfile()
1338 if (nohead || (dt && twice)) in nxtfile()
1458 if (nohead) { in prtail()
[all …]
/freebsd-9-stable/crypto/openssl/crypto/pem/
Dpem_lib.c626 int end = 0, i, k, bl = 0, hl = 0, nohead = 0; in PEM_read_bio() local
694 nohead = 1; in PEM_read_bio()
708 if (!nohead) { in PEM_read_bio()