Searched refs:bang (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dmethods.test43 method clash {x bang boom} {
44 return "clash: $x $bang $boom"
46 method clash_time {x bang boom} {
47 time {set result "clash_time: $x $bang $boom"} 1
50 proc crash {x bang boom} {
51 return "crash: $x $bang $boom"
53 proc crash_time {x bang boom} {
54 time {set result "crash_time: $x $bang $boom"} 1
57 variable bang "ok"
128 [ta info variable bang
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dgitcommit.vim33 command! -bang -bar -buffer -complete=custom,s:diffcomplete -nargs=* DiffGitCached :call s:gitdiffcached(<bang>0,b:git_dir,<f-args>)
49 function! s:gitdiffcached(bang,gitdir,...)
65 command! -bang -bar -buffer -complete=custom,s:diffcomplete -nargs=* DiffGitCached :call s:gitdiffcached(<bang>0,b:git_dir,<f-args>)
/macosx-10.10.1/postfix-255/postfix/src/trivial-rewrite/
H A Drewrite.c106 TOK822 *bang; local
156 && (bang = tok822_find_type(tree->head, '!')) != 0) {
157 tok822_sub_keep_before(tree, bang);
158 local = tok822_cut_after(bang);
159 tok822_free(bang);
/macosx-10.10.1/vim-55/runtime/plugin/
H A DnetrwPlugin.vim71 com! -nargs=* -bar -bang -count=0 -complete=dir Explore call netrw#Explore(<count>,0,0+<bang>0,<q-args>)
72 com! -nargs=* -bar -bang -count=0 -complete=dir Sexplore call netrw#Explore(<count>,1,0+<bang>0,<q-args>)
73 com! -nargs=* -bar -bang -count=0 -complete=dir Hexplore call netrw#Explore(<count>,1,2+<bang>0,<q-args>)
74 com! -nargs=* -bar -bang -count=0 -complete=dir Vexplore call netrw#Explore(<count>,1,4+<bang>0,<q-args>)
76 com! -nargs=* -bar -bang Nexplore call netrw#Explore(-1,0,0,<q-args>)
77 com! -nargs=* -bar -bang Pexplor
[all...]
H A DvimballPlugin.vim25 com! -ra -complete=file -na=+ -bang MkVimball call vimball#MkVimball(<line1>,<line2>,<bang>0,<f-args>)
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Ddiff-mode.el882 (let ((plus 0) (minus 0) (space 0) (bang 0))
892 (?! (incf bang))
894 (t (setq space 0 plus 0 minus 0 bang 0)))
904 (when (> (+ space bang plus) 0)
908 (+ space bang plus -1 (string-to-number old1)))))
911 (when (> (+ space bang minus) 0)
915 (+ space bang minus -1 (string-to-number old)))))
917 (setq space 0 plus 0 minus 0 bang 0)))))))
/macosx-10.10.1/zsh-61/zsh/Functions/Prompts/
H A Dpromptinit177 setopt noprompt{bang,cr,percent,subst} "prompt${^prompt_opts[@]}"
/macosx-10.10.1/file-46/file/src/
H A Dapprentice.c129 } bang[] = { variable in typeref:struct:__anon8602
657 for (i = 0; bang[i].name != NULL; i++) {
658 if (len - 2 > bang[i].len &&
659 memcmp(bang[i].name, line + 2,
660 bang[i].len) == 0)
663 if (bang[i].name == NULL) {
672 bang[i].name);
676 if ((*bang[i].fun)(ms,
678 line + bang[i].len + 2) != 0) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/doc/
H A Dchew.c345 static void bang (void);
1380 bang () function
1488 add_intrinsic ("!", bang);
/macosx-10.10.1/ruby-106/ruby/lib/test/
H A Dunit.rb528 bang = $1
532 if @options[:separate] and not bang
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_me.tcl778 set pname [NextProc $t bang]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm1162 $s->{bang} = 'bam';
1164 # $proxy->stash( 'bang' ) will now return 'bam'
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/
H A DProxy.pm1162 $s->{bang} = 'bam';
1164 # $proxy->stash( 'bang' ) will now return 'bam'
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvim.vim194 syn match vimUserAttrb contained "-bang\=\>" contains=vimOper,vimUserAttrbKey
351 syn match vimNotation '\(\\\|<lt>\)\=<\%(q-\)\=\(line[12]\|count\|bang\|reg\|args\|f-args\|lt\)>' contains=vimBracket
/macosx-10.10.1/ruby-106/ruby/
H A Dstring.c3837 str_gsub(int argc, VALUE *argv, VALUE str, int bang) argument
3869 if (bang) return Qnil; /* no match, no substitution */
3936 if (bang) {
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy2445 block comments are deleted, any leading 'hash-bang' will be retained.
2447 hash-bang will be retained (even if they are in the form of comments).
2589 =item Skipping leading non-perl commands with B<-x> or B<--look-for-hash-bang>
2593 perl code by a "hash-bang" line, ( a line of the form C<#!...perl> ),
2595 lines before the "hash-bang" line. This option also invokes perl with a
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/macosx-10.10.1/vim-55/src/testdir/
H A Dtest49.vim231 com! -count -nargs=1 -bang
234 \ let g:Xskip = strlen("<bang>")
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm1060 look_for_hash_bang => $rOpts->{'look-for-hash-bang'},
1713 $add_option->( 'look-for-hash-bang', 'x', '!' );
3495 -x do not format lines before hash-bang line (i.e., for VMS)
3577 if ( $rOpts->{'look-for-hash-bang'} ) {
6565 # SYSTEM - system-specific code before hash-bang line
22850 "hit EOF without seeing hash-bang line; maybe don't need -x?\n");
22992 # SYSTEM - system-specific code before hash-bang line
23110 "Hash-bang in pod can cause older versions of perl to fail! \n"
23164 # check for a hash-bang line if we haven't seen one
23186 "There seems to be a hash-bang afte
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex383 % @! is an end-of-sentence bang.
/macosx-10.10.1/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex542 % @! is an end-of-sentence bang.
/macosx-10.10.1/bc-21/bc/doc/
H A Dtexinfo.tex509 % @! is an end-of-sentence bang.
/macosx-10.10.1/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex649 % @! is an end-of-sentence bang.
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dtexinfo.tex523 % @! is an end-of-sentence bang.
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex652 % @! is an end-of-sentence bang.

Completed in 352 milliseconds

12