Searched refs:dont (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dindent.vim81 \ -nbfda --dont-break-function-decl-args
82 \ -nbfde --dont-break-function-decl-args-end
85 \ -ncdw --dont-cuddle-do-while
86 \ -nce --dont-cuddle-else
88 \ -ndj --dont-left-justify-declarations
90 \ -nfc1 --dont-format-first-column-comments
91 \ -nfca --dont-format-comments
93 \ -nip --dont-indent-parameters --no-parameter-indentation
94 \ -nlp --dont-line-up-parentheses
100 \ -npsl --dont
[all...]
H A Dgdb.vim43 syn match gdbStatement "\<dont-repeat\>"
H A Dlite.vim121 " dont syn #!...
H A Dreva.vim131 syn match revainteger '\<\$\x*\x\+\>' " *1* --- dont't mess
H A Dsamba.vim41 syn keyword sambaKeyword contained disk dns domain domains dont dos dot drive
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dcommon.h54 extern int dont;
117 LDAP *tool_conn_setup LDAP_P(( int dont, void (*private_setup)( LDAP * ) ));
H A Dldapmodify.c286 ld = tool_conn_setup( dont, 0 );
288 if ( !dont ) {
1090 printf( "%sadding new entry \"%s\"\n", dont ? "!" : "", dn );
1092 printf( "%smodifying entry \"%s\"\n", dont ? "!" : "", dn );
1095 if ( !dont ) {
1135 printf( _("%sdeleting entry \"%s\"\n"), dont ? "!" : "", dn );
1136 if ( !dont ) {
1169 printf( _("%smodifying rdn of entry \"%s\"\n"), dont ? "!" : "", dn );
1174 if ( !dont ) {
H A Dldapwhoami.c135 if ( dont ) {
H A Dldapdelete.c238 (dont ? "!" : ""), dn );
241 if ( dont ) {
H A Dldapcompare.c283 if ( dont ) {
H A Dldapmodrdn.c258 if( dont ) return LDAP_SUCCESS;
H A Dldappasswd.c293 if ( dont ) {
H A Dcommon.c64 int dont = 0; variable
761 dont++;
1144 tool_conn_setup( int dont, void (*private_setup)( LDAP * ) ) argument
1171 if ( !dont ) {
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dirist.h53 Without any sort of debugger that works on emacs (I know... but I dont have
/macosx-10.10.1/ruby-106/ruby/
H A Dcommon.mk319 no-install-all: pre-no-install-all dont-install-all post-no-install-all
321 dont-install-all: $(PROGRAM)
327 no-install-nodoc: pre-no-install-nodoc dont-install-nodoc post-no-install-nodoc
329 dont-install-nodoc: $(PREP)
334 no-install-local: pre-no-install-local dont-install-local post-no-install-local
336 dont-install-local: $(PREP)
341 no-install-ext: pre-no-install-ext dont-install-ext post-no-install-ext
343 dont-install-ext: $(PREP)
348 no-install-arch: pre-no-install-arch dont-install-arch post-no-install-arch
350 dont
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Djka-compr.el321 (list start end temp-file t 'dont))
343 (and append can-append) 'dont))
566 (point-min) (point-max) temp-file nil 'dont)))
/macosx-10.10.1/vim-55/runtime/keymap/
H A Dthaana-phonetic_utf-8.vim79 <M-v> <char-0x200D> "zwj - ZERO WIDTH JOINER i dont know how to use these yet..
/macosx-10.10.1/CPANInternal-159.1/Crypt-Rijndael-1.10/
H A DRijndael.pm64 ECB mode is very insecure (read a book on cryptography if you dont
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dexterns.h98 dont[],
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dstate.c39 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 }; variable
77 #define TS_DONT 8 /* dont -''- */
348 * The will/wont/do/dont state machines are based on Dave Borman's
384 * will and do imply positive new_state, wont and dont imply negative.
584 output_data((const char *)dont, option);
586 DIAG(TD_OPTIONS, printoption("td: send dont", option));
843 DIAG(TD_OPTIONS, printoption("td: recv dont", option));
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DMain.css219 .go-to-link:not(.dont-float) {
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dexterns.h149 dont[],
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dfr-drdref.tex337 \key{marquer les fichiers dont les noms correspondent \`a une expression
383 \key{placer un flag sur tous les fichiers de sauvegarde (dont les noms
406 \key{fichier(s) dired dont le nom correspond \`a un motif}{M-x
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dmamake.c341 dont(Rule_t* r, int code, int keepgoing) function
1262 dont(r, c, state.keepgoing);
1636 dont(r, 0, state.keepgoing);
1729 dont(r, 0, 1);
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dstate.c52 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 }; variable
90 #define TS_DONT 8 /* dont " */
372 * The will/wont/do/dont state machines are based on Dave Borman's
408 * will and do imply positive new_state, wont and dont imply negative.
652 output_data((const char *)dont, option);
654 DIAG(TD_OPTIONS, printoption("td: send dont", option));
968 DIAG(TD_OPTIONS, printoption("td: recv dont", option));

Completed in 316 milliseconds

12