Searched refs:quit (Results 126 - 150 of 389) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/comm/
H A Dget-regression.xotcl13 quit
28 quit
95 # quit
205 quit
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dcmdtab.c124 { "bye", quithelp, 0, 0, 0, quit },
164 { "quit", quithelp, 0, 0, 0, quit },
H A Dextern.h108 void quit (int, char **);
/macosx-10.9.5/screen-22/screen/etc/
H A Detcscreenrc89 bind \\ quit
/macosx-10.9.5/text_cmds-87/ed/
H A Dbuf.c232 /* quit: remove_lines scratch file and exit */
234 quit(int n) function
264 quit(2);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/Transport/
H A DFTP.pm65 $ftp->quit;
H A DPOP3.pm30 sub DESTROY { my $self = shift; $self->quit if $self->{_pop3server} }
106 # you may also call $server->quit explicitly to purge deleted messages
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/Transport/
H A DPOP3.pm28 sub DESTROY { my $self = shift; $self->quit if $self->{_pop3server} }
108 # you may also call $server->quit explicitly to purge deleted messages
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dadventure.sh43 understand. To quit the Adventure shell, type
44 quit
71 echo "quit (exit) leaves the Adventure shell"
178 then verb=quit # EOF
451 quit|exit) if ask 'Do you really want to quit now?'
/macosx-10.9.5/iodbc-42.5/iodbc/drvproxy/
H A DConfigDriver.c198 quit:
/macosx-10.9.5/less-23/less/
H A Doption.c195 quit(QUIT_ERROR);
216 quit(QUIT_ERROR);
581 quit(QUIT_ERROR);
628 quit(QUIT_ERROR);
H A Dttyin.c149 quit(QUIT_ERROR);
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dnetwork.c98 (void) quit();
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A Dpolarspec.py57 Button(f, text='Exit', command=root.quit).pack(side='left')
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.pl109 $smtp->quit; # end of session
/macosx-10.9.5/tcl-102/tk/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
/macosx-10.9.5/tcl-102/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
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A DSQLGetTranslator.c269 goto quit;
275 goto quit;
281 quit:
/macosx-10.9.5/ruby-104/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.9.5/emacs-92/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.9.5/remote_cmds-41.90.1/rwhod.tproj/
H A Drwhod.c161 void quit(const char *);
552 quit(msg) function
641 quit("route-sysctl-estimate");
643 quit("malloc");
645 quit("actual retrieval of interface table");
662 quit("out of sync parsing NET_RT_IFLIST");
685 quit("malloc of neighbor structure");
/macosx-10.9.5/bash-92/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.9.5/ruby-104/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.9.5/ruby-104/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.9.5/lukemftp-13.92.1/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 },

Completed in 251 milliseconds

1234567891011>>