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

/macosx-10.10/groff-38/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) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dsimula.vim33 syn keyword simulaConstant none notext
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dca.c219 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext);
293 int notext=0; local
437 else if (strcmp(*argv,"-notext") == 0)
438 notext=1;
1324 write_new_certificate(Cout,x, 0, notext);
1325 write_new_certificate(Sout,x, output_der, notext);
2211 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext) argument
2231 if (!notext)X509_print(bp,x);
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotpriv.tcl86 # notext Number of lines of text to make room for at the top
93 proc ::Plotchart::MarginsRectangle { w {notext 2.0} {text_width 8}} {
115 set pymin [expr {int($char_height*$notext)}]
129 # notext Number of lines of text to make room for at the top
136 proc ::Plotchart::MarginsSquare { w {notext 2.0} {text_width 8}} {
158 set pymin [expr {int($char_height*$notext)}]
/macosx-10.10/zlib-55/zlib/
H A Dmake_vms.com580 $ set message/nofac/noident/nosever/notext
639 $ set message/nofac/noident/nosever/notext
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim3372 \ 'openssl_csr_export(': 'resource csr, string &out [, bool notext] | bool',
3373 \ 'openssl_csr_export_to_file(': 'resource csr, string outfilename [, bool notext] | bool',
3398 \ 'openssl_x509_export(': 'mixed x509, string &output [, bool notext] | bool',
3399 \ 'openssl_x509_export_to_file(': 'mixed x509, string outfilename [, bool notext] | bool',

Completed in 272 milliseconds