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

12

/osnet-11/usr/src/lib/libast/common/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);
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Drescue_parser.c50 goto quit;
58 goto quit;
72 quit:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dinetd9 $smtp->quit;
H A Dftp19 $ftp->quit;
H A Dpop324 $pop->quit;
H A Dnntp38 $nntp->quit;
H A Dsmtp.self25 Display this help text and quit
72 $smtp->quit;
H A Dnntp.mirror85 $NntpPtr->quit;
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Draid6_recover.c77 goto quit;
81 goto quit;
110 goto quit;
124 goto quit;
135 goto quit;
141 goto quit;
147 goto quit;
161 goto quit;
167 goto quit;
174 goto quit;
[all...]
/osnet-11/usr/src/lib/libast/common/comp/
H A Dftw.h43 int quit; member in struct:FTW
H A Dnftw.c46 nftw.quit = 0;
48 ftw->status = nftw.quit;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dftw.h52 int quit; member in struct:FTW
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dftw.h52 int quit; member in struct:FTW
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dftw.h52 int quit; member in struct:FTW
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dftw.h52 int quit; member in struct:FTW
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dgroups.t20 sub quit { subroutine
30 quit() if (($^O eq 'MSWin32' || $^O eq 'NetWare') or $^O =~ /lynxos/i);
82 quit();
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnftw.c236 goto quit; \
413 goto quit;
414 vp->state.quit = 0;
424 skip = (vp->state.quit & FTW_SKD);
425 if (rc != 0 || type != FTW_D || (vp->state.quit & FTW_PRUNE))
426 goto quit;
444 goto quit;
452 goto quit;
477 goto quit;
516 goto quit;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfscomp.c309 goto quit;
320 goto quit;
331 goto quit;
339 goto quit;
352 goto quit;
360 quit:
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-md5-crypt.in95 quit
H A Dgrub-install.in340 quit
431 quit
457 quit
H A Dgrub-image.in135 quit
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgmount.c46 extern void quit(int retcode); /* Expected to be declared by caller! */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_sock.t112 last SERVER_LOOP if /^quit/;
164 $sock->print("quit\n");
353 last SERVER_LOOP if /^quit/;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dcookie.cgi44 animals in the zoo will be resurrected. You can even quit Netscape
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm313 sub quit subroutine
328 $me->quit;
385 $pop->quit;
520 =item quit ()
529 If a C<Net::POP3> object goes out of scope before C<quit> method is called

Completed in 92 milliseconds

12