quit             1115 dev/pci/cmpci.c 		goto quit;
quit             1155 dev/pci/cmpci.c  quit:
quit              148 kern/subr_userconf.c 	int quit = 0;
quit              160 kern/subr_userconf.c 			quit = 1;
quit              162 kern/subr_userconf.c 	return (quit);
quit              766 kern/subr_userconf.c 	int i = 0, quit = 0;
quit              777 kern/subr_userconf.c 					quit = userconf_more();
quit              781 kern/subr_userconf.c 						quit = userconf_more();
quit              800 kern/subr_userconf.c 			if (quit)
quit              805 kern/subr_userconf.c 		if (quit)
quit              797 net/zlib.c             int quit;
quit              803 net/zlib.c                 quit = deflate_fast(state, flush);
quit              805 net/zlib.c                 quit = deflate_slow(state, flush);
quit              807 net/zlib.c             if (quit || strm->avail_out == 0)