Searched refs:quit (Results 101 - 125 of 341) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A DcanvPsArc.tcl21 button .t.bot.quit -text Quit -command {destroy .t}
23 pack .t.bot.print .t.bot.quit -side left -pady 1m -expand 1
H A DcanvPsBmap.tcl21 button .t.bot.quit -text Quit -command {destroy .t}
23 pack .t.bot.print .t.bot.quit -side left -pady 1m -expand 1
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A DSQLGetTranslator.c269 goto quit;
275 goto quit;
281 quit:
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dmine.rb96 quit
116 def quit method in class:Board.open
164 when ?q,?\C-c # quit game
165 bd.quit
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Dfast-lock.el72 ;; - Made `condition-case' forms understand `quit'.
94 ;; - Lucid: Separated handlers for `error' and `quit' for `condition-case'
139 ;; - Made `fast-lock-save-cache' loop until saved or quit (from Georg Nikodym)
422 (error nil) (quit nil))
617 (error (setq saved 'error)) (quit (setq saved 'quit)))
619 (cond ((eq saved 'quit)
620 (message "Saving %s font lock cache...quit" (buffer-name)))
662 (error (setq loaded 'error)) (quit (setq loaded 'quit))))
[all...]
/macosx-10.10.1/remote_cmds-47/rwhod.tproj/
H A Drwhod.c162 void quit(const char *);
553 quit(msg) function
642 quit("route-sysctl-estimate");
644 quit("malloc");
646 quit("actual retrieval of interface table");
663 quit("out of sync parsing NET_RT_IFLIST");
686 quit("malloc of neighbor structure");
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A DMakefile.in257 getenv.o: ${topdir}/array.h ${topdir}/hashlib.h ${topdir}/quit.h
270 itos.o: ${topdir}/array.h ${topdir}/hashlib.h ${topdir}/quit.h
279 makepath.o: ${topdir}/array.h ${topdir}/hashlib.h ${topdir}/quit.h
291 netopen.o: ${topdir}/array.h ${topdir}/hashlib.h ${topdir}/quit.h
301 oslib.o: ${topdir}/array.h ${topdir}/hashlib.h ${topdir}/quit.h
312 pathcanon.o: ${topdir}/array.h ${topdir}/hashlib.h ${topdir}/quit.h
323 pathphys.o: ${topdir}/array.h ${topdir}/hashlib.h ${topdir}/quit.h
344 eaccess.o: ${topdir}/array.h ${topdir}/hashlib.h ${topdir}/quit.h
370 strerror.o: ${topdir}/array.h ${topdir}/hashlib.h ${topdir}/quit.h
382 stringlist.o: ${topdir}/array.h ${topdir}/hashlib.h ${topdir}/quit
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dixset213 def quit
19 quit
176 @btn_QUIT = TkButton.new(btn_frame, 'command'=>proc{win.quit},
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dixset214 def quit
20 quit
177 @btn_QUIT = TkButton.new(btn_frame, 'command'=>proc{win.quit},
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dcmdtab.c210 { "bye", H(quithelp), 0, 0, 0, CMPL0 quit },
223 { "exit", H(quithelp), 0, 0, 0, CMPL0 quit },
270 { "quit", H(quithelp), 0, 0, 0, CMPL0 quit },
H A Dextern.h186 void quit(int, char **);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsshconnect1.c217 int i, perm_ok = 1, type, quit; local
277 quit = 0;
280 quit = 1;
284 if (private != NULL || quit)
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgclsn.c360 ccall->quit.quack_rcvd = true;
439 ccall->quit.quack_rcvd = true;
693 ccall->quit.quack_rcvd = true;
868 * Handle a call quit acknowlegement packet.
931 ccall->quit.quack_rcvd = true;
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dmml2015.el135 (quit
164 (quit
241 (quit
274 (quit
510 (quit
539 (quit
675 (quit
766 (quit
803 (quit
/macosx-10.10.1/less-25/less/
H A Dedit.c347 quit(QUIT_ERROR);
690 * If can't even open that, we're stuck. Just quit.
692 quit(QUIT_ERROR);
712 quit(QUIT_OK);
806 quit(QUIT_OK);
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_compression_uu.c200 int quit; local
202 quit = 0;
211 while (*nl == 0 && len == *avail && !quit) {
220 quit = 1;
/macosx-10.10.1/remote_cmds-47/talk.tproj/
H A Dinvite.c170 quit();
H A Dinit_disp.c173 quit();
187 quit() function
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A DcanvPsBmap.tcl21 button .t.bot.quit -text Quit -command {destroy .t}
23 pack .t.bot.print .t.bot.quit -side left -pady 1m -expand 1
H A DbutGeom2.tcl16 button .t.quit -text Quit -command {destroy .t}
17 pack .t.quit -side bottom -pady 2m
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dbacksql_create.sql90 quit
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clTool/
H A DclTool.cpp105 printf("q quit\n");
299 goto quit;
306 quit:
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dmap-ynp.el144 (setq quit-flag nil)
148 'quit))
183 ((eq def 'quit)
184 (setq quit-flag t)
209 C-g to quit (cancel the whole command);
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dvirterm590 expect tn3270 {exp_send "quit\r"}
601 set quit 0
602 while {!$quit} {
607 q { set quit 1}
616 q { set quit 1; }
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Ddemo187 button .quit -text Quit -command exit
193 pack .quit -side left -expand 0 -padx 2m -pady 2m

Completed in 403 milliseconds

1234567891011>>