Searched refs:notext (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-text.cpp277 int notext=TRUE; local
281 notext = (notext && (! stackptr->text_emitted));
282 if (! notext) {
497 int notext =TRUE; local
501 notext = (notext && (! stackptr->text_emitted));
502 if (! notext) {
/freebsd-10-stable/etc/rc.d/
H A Dsendmail141 openssl ca -notext -config openssl.cnf \
/freebsd-10-stable/crypto/openssl/apps/
H A Dca.c220 int notext);
296 int notext = 0; local
432 } else if (strcmp(*argv, "-notext") == 0)
433 notext = 1;
1269 write_new_certificate(Cout, x, 0, notext);
1270 write_new_certificate(Sout, x, output_der, notext);
2158 int notext)
2177 if (!notext)
2157 write_new_certificate(BIO *bp, X509 *x, int output_der, int notext) argument

Completed in 191 milliseconds