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

/barrelfish-2018-10-04/lib/libc/iconv/
H A Dcitrus_mapper.c84 goto quit;
91 goto quit;
96 goto quit;
102 goto quit;
108 quit:
152 goto quit;
156 goto quit;
173 quit:
334 goto quit;
341 goto quit;
[all...]
H A Dcitrus_pivot_factory.c173 goto quit;
178 goto quit;
181 goto quit;
187 goto quit;
193 quit:
H A Dcitrus_iconv.c229 goto quit;
235 goto quit;
241 quit:
H A Dcitrus_csmapper.c324 goto quit;
329 goto quit;
334 quit:
/barrelfish-2018-10-04/usr/slideshow/
H A Dslideshow.h27 void quit(void);
H A Dslideshow.c99 quit();
H A Dmain.c43 void quit(void) function
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/jdotview/
H A DGraphVizPanel.java46 JButton quit = null; field in class:GraphVizPanel
91 quit = new JButton("Quit");
92 gbl.setConstraints(quit,gbc);
93 panel.add(quit);
94 quit.addActionListener(this);
108 } else if(tgt == quit) {
/barrelfish-2018-10-04/lib/linenoise/
H A Dlinenoise.c908 char quit[4]; local
911 "Press keys to see scan codes. Type 'quit' at any time to exit.\n");
913 memset(quit,' ',4);
920 memmove(quit,quit+1,sizeof(quit)-1); /* shift string to left. */
921 quit[sizeof(quit)-1] = c; /* Insert current char on the right. */
922 if (memcmp(quit,"quit",sizeo
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dmapremote.tcl39 proc quit {} { procedure
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Dgraphic.pl139 wprintf("Click right to quit", []),
140 inactive(@quit),
144 active(@quit)
170 wprintf("Click right to quit", []),
171 inactive(@quit),
174 active(@quit).
193 wprintf("Click right to quit", []),
194 inactive(@quit),
197 active(@quit).
661 panel(@quit, butto
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dmenu.tcl156 button .quit -text "Exit" -command { \
167 pack .perfmeter .dismiss .quit -side left -fill both -expand 1
H A Dtracer_tty.pl1075 !. % quit loop if valid
1196 try_set_interrupt_handler(quit, halt/0),
H A Dmegalog.pl951 quit :- (closedb; true), halt. label
/barrelfish-2018-10-04/usr/fish/
H A Dfish_common.c112 static int quit(int argc, char *argv[]) function
1214 {"quit", quit, "Quit the shell"},
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DInternalFrame.java412 menuItem.setActionCommand("quit");
595 // else { //quit
596 // quit();
925 protected void quit() { method in class:InternalFrame
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A DMakefile227 @echo quit >>tmp.bntest
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembremoteproto.tex1332 happen if the remote process is forced to quit. This is the only case where
/barrelfish-2018-10-04/doc/014-bulk-transfer/
H A Dbulk-transfer.tex697 consumer decides to quit or if producer decides to reduce the number

Completed in 119 milliseconds