func os.Exit

32 uses

	os (current package)
		proc.go#L62: func Exit(code int) {

	flag
		flag.go#L1003: 				os.Exit(0)
		flag.go#L1005: 			os.Exit(2)

	log
		log.go#L205: 	os.Exit(1)
		log.go#L211: 	os.Exit(1)
		log.go#L217: 	os.Exit(1)
		log.go#L335: 	os.Exit(1)
		log.go#L341: 	os.Exit(1)
		log.go#L347: 	os.Exit(1)

	src.elv.sh/cmd/elvish
		main.go#L17: 	os.Exit(prog.Run(

	src.elv.sh/cmd/withweb/elvish
		main.go#L16: 	os.Exit(prog.Run(

	src.elv.sh/pkg/daemon
		serve.go#L24: 		os.Exit(2)

	src.elv.sh/pkg/eval
		builtin_fn_cmd.go#L108: 	os.Exit(code)

	src.elv.sh/pkg/shell
		signal_unix.go#L17: 		os.Exit(0)

	testing
		cover.go#L75: 		os.Exit(2)
		example.go#L38: 			os.Exit(1)
		match.go#L39: 				os.Exit(1)
		run_example.go#L31: 		os.Exit(1)
		run_example.go#L41: 			os.Exit(1)
		testing.go#L1333: 	os.Exit(MainStart(matchStringOnly(matchString), tests, benchmarks, examples).Run())
		testing.go#L1454: 		os.Exit(1)
		testing.go#L1564: 		os.Exit(2)
		testing.go#L1581: 			os.Exit(2)
		testing.go#L1609: 			os.Exit(2)
		testing.go#L1613: 			os.Exit(2)
		testing.go#L1626: 			os.Exit(2)
		testing.go#L1631: 			os.Exit(2)
		testing.go#L1639: 			os.Exit(2)
		testing.go#L1643: 			os.Exit(2)
		testing.go#L1651: 			os.Exit(2)
		testing.go#L1655: 			os.Exit(2)
		testing.go#L1721: 			os.Exit(1)