Home
last modified time | relevance | path

Searched refs:notext (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/groff/src/devices/grohtml/
Dhtml-text.cpp277 int notext=TRUE; in flush_text() local
281 notext = (notext && (! stackptr->text_emitted)); in flush_text()
282 if (! notext) { in flush_text()
497 int notext =TRUE; in shutdown() local
501 notext = (notext && (! stackptr->text_emitted)); in shutdown()
502 if (! notext) { in shutdown()
/freebsd-9-stable/crypto/openssl/apps/
Dca.c225 int notext);
300 int notext = 0; in MAIN() local
428 notext = 1; in MAIN()
1243 write_new_certificate(Cout, x, 0, notext); in MAIN()
1244 write_new_certificate(Sout, x, output_der, notext); in MAIN()
2135 int notext) in write_new_certificate() argument
2154 if (!notext) in write_new_certificate()
/freebsd-9-stable/crypto/openssl/doc/apps/
Dca.pod38 [B<-notext>]
150 =item B<-notext>
/freebsd-9-stable/crypto/openssl/
DCHANGES6562 *) Add a new -notext option to 'ca' and a -pubkey option to 'spkac'.