Searched refs:executing (Results 1 - 25 of 74) sorted by relevance

123

/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Drmt26 # middle of executing a command entered via the text.
28 set executing 0
150 global app executing lastCommand
152 incr executing 1
172 incr executing -1
178 # command, unless we're in the middle of executing a command from
183 global app executing
185 if {!$executing} {
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Drmt23 # middle of executing a command entered via the text.
25 set executing 0
145 global app executing lastCommand
147 incr executing 1
169 incr executing -1
175 # command, unless we're in the middle of executing a command from
180 global app executing
182 if !$executing {
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Deval.c123 executing = 0;
145 executing = 1;
H A Dshell.h89 extern int executing, login_shell;
H A Dshell.c161 /* Non-zero when we are executing a top-level command. */
162 int executing = 0; variable
587 /* Give this shell a place to longjmp to before executing the
658 /* Turn on the restrictions after executing the startup files. This
682 executing = 1;
1733 login_shell = make_login_shell = interactive = executing = 0;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Drmt27 # middle of executing a command entered via the text.
28 @executing = 0
171 @executing += 1
216 @executing -= 1
222 # command, unless we're in the middle of executing a command from
229 if @executing == 0
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Drmt27 # middle of executing a command entered via the text.
28 @executing = 0
171 @executing += 1
216 @executing -= 1
222 # command, unless we're in the middle of executing a command from
229 if @executing == 0
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Densemble.test84 while executing
93 while executing
102 while executing
H A Dinherit.test137 while executing
159 while executing
/macosx-10.10.1/CPANInternal-159.1/PlRPC-0.2020/
H A DMakefile.PL26 installing Perl. You can do this now by executing the commands
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DIterator.pm26 objects can be made to return an iterator instead simply by executing
H A DQuery.pm70 A Query can have many options set before executing. Most can either be
154 # substituting the relevant values via sprintf, and then executing with $select_val.
/macosx-10.10.1/procmail-14/procmail/src/
H A Dprocmail.h94 executing[],oquote[],cquote[],whilstwfor[],procmailn[],Mail[],home[],host[],
H A Dpipes.c94 yell(executing,newname);newargv[3]=0;newargv[2]=newname;
100 { nlog(executing);elog(oquote);
/macosx-10.10.1/vim-55/runtime/autoload/
H A DnetrwFileHandlers.vim81 " call Decho("executing !mozilla ".page)
84 " call Decho("executing !netscape ".page)
104 " call Decho("executing !mozilla ".page)
107 " call Decho("executing !netscape ".page)
/macosx-10.10.1/CPANInternal-159.1/Filesys-Df-0.92/
H A DDf.pm274 C<{bavail}> = Total blocks available to the user executing the Perl
283 available to the user executing the application. In other words, if
298 C<{favail}> = Total inodes available to the user executing the application.
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dsignal.test54 while executing
154 while executing
156 while executing signal trap code for SIGHUP signal
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dinherit.test224 while executing
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Search/
H A DBasic.pm60 The actual mechanics of generating the SQL and executing it split up
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dsparccpuid.S43 ! to determine if the CPU the code is executing on is V8- or
/macosx-10.10.1/OpenSSH-189/openssh/contrib/redhat/
H A Dopenssh.spec135 SSH (Secure SHell) is a program for logging into and executing
151 into and executing commands on a remote machine. This package includes
157 into and executing commands on a remote machine. This package contains
164 into and executing commands on a remote machine. This package contains
169 into and executing commands on a remote machine. This package contains
/macosx-10.10.1/vim-55/runtime/macros/
H A Dshellmenu.vim112 imenu Set.Exit after reading and executing one command set -t
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtemplatevfs.tcl45 by executing "eval" on the contents of the array element whose index is the vfs's virtual mount point.
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DWatch.pm261 of time compared to the executing computer's clock, it'll just
/macosx-10.10.1/OpenSSH-189/openssh/contrib/suse/
H A Dopenssh.spec54 executing commands in a remote machine. It is intended to replace
68 executing commands in a remote machine. It is intended to replace

Completed in 295 milliseconds

123