Searched refs:quit (Results 1 - 25 of 389) sorted by relevance

1234567891011>>

/macosx-10.9.5/Chess-310.5/sjeng/books/
H A Dbuild-book10 quit
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A DSQLRemoveDSNFromIni.c102 goto quit;
111 goto quit;
118 goto quit;
125 goto quit;
153 quit:
173 goto quit;
178 goto quit;
189 goto quit;
193 goto quit;
195 quit
[all...]
H A DSQLInstallerError.c123 goto quit;
127 goto quit;
139 goto quit;
150 quit:
H A DSQLValidDSN.c131 goto quit;
136 quit:
150 goto quit;
155 quit:
H A DSQLWriteDSNToIni.c179 goto quit;
187 goto quit;
197 goto quit;
209 goto quit;
218 goto quit;
226 goto quit;
231 goto quit;
242 goto quit;
246 goto quit;
248 quit
[all...]
H A DSQLInstallDriver.c120 goto quit;
130 goto quit;
141 goto quit;
158 goto quit;
176 goto quit;
190 goto quit;
223 goto quit;
228 quit:
247 goto quit;
253 goto quit;
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MakefileApp/
H A DAppController.rb16 quit
24 def quit method in class:AppController
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/template/MakefileBased/
H A DAppController.rb16 quit
24 def quit method in class:AppController
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/template/Xcode2.x/MakefileBased/
H A DAppController.rb16 quit
24 def quit method in class:AppController
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/rubycocoa/test/
H A DBulletsController.rb13 ib_action :quit do |sender|
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dfib.scm8 (quit)
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MakefileApp2/
H A DAppController.rb21 quit
31 def quit method in class:AppController
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timedc.tproj/
H A Dextern.h52 void quit(void);
H A Dcmdtab.c57 { "quit", quithelp, quit, 0 },
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastquery.c35 * if (quit&ERROR_PROMPT) then tty forced for IO
36 * if quit>=0 then [qQ] or EOF calls exit(quit)
43 astquery(int quit, const char* format, ...) argument
70 if (quit & ERROR_PROMPT)
72 quit &= ~ERROR_PROMPT;
96 if (quit >= 0)
97 exit(quit);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.py17 def quit(self): member in class:SMTPTest
18 self.svr.quit()
49 svr.quit()
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/My/
H A DChat.pm36 sub quit { my $self = shift; delete $self->{_users}->{$self->{_nick}} } subroutine
38 sub DESTROY { shift->quit }
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/My/
H A DChat.pm36 sub quit { my $self = shift; delete $self->{_users}->{$self->{_nick}} } subroutine
38 sub DESTROY { shift->quit }
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/My/
H A DChat.pm36 sub quit { my $self = shift; delete $self->{_users}->{$self->{_nick}} } subroutine
38 sub DESTROY { shift->quit }
/macosx-10.9.5/zlib-53/zlib/examples/
H A Dfitblk.c62 local void quit(char *why) function
138 quit("need one argument: size of output block");
141 quit("argument must be a number");
143 quit("need positive size of 8 or greater");
153 quit("out of memory");
160 quit("error reading input");
167 quit("error writing output");
188 quit("out of memory");
199 quit("out of memory");
214 quit("ou
[all...]
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.noah/
H A Dy_or_n_p.bash53 # Like y_or_n_p, but require a full `yes', `no', `yes!', or `quit' response.
70 quit ) return 3 ;;
71 *) echo "Please answer \`yes', \`no', \`yes"\!"', or \`quit'" 1>&2 ;;
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A DMinSpeg.py15 Button(root, text='Exit', command=root.quit).pack()
H A DMinWave.py15 Button(root, text='Exit', command=root.quit).pack()
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/
H A Dutil.cpp48 QObject::connect(obj, signal, &loop, SLOT(quit()));
52 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
81 QObject::connect(&loadSpy, SIGNAL(loadSucceeded()), &loop, SLOT(quit()));
85 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
97 QObject::connect(&loadSpy, SIGNAL(loadFailed()), &loop, SLOT(quit()));
101 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Thread/
H A DAppController.rb27 quit
46 def quit method in class:AppController

Completed in 193 milliseconds

1234567891011>>