Searched refs:exiting (Results 1 – 6 of 6) sorted by relevance
639 goto exiting; in ifplugd_main()660 goto exiting; in ifplugd_main()677 goto exiting; in ifplugd_main()693 goto exiting; in ifplugd_main()704 goto exiting; in ifplugd_main()718 goto exiting; in ifplugd_main()747 goto exiting; in ifplugd_main()763 exiting: in ifplugd_main()
46 of exiting. (true) in subshell does not seem to matter, as another user
935 smallint exiting; /* used to prevent EXIT trap recursion */ member1980 G.exiting = 1; in restore_ttypgrp_and__exit()2078 if (G.exiting <= 0 && G_traps && G_traps[0] && G_traps[0][0]) { in hush_exit()2083 G.exiting = 1; /* prevent EXIT trap recursion */ in hush_exit()
563 smallint exiting; member637 #define exiting (G1.exiting ) macro3539 if (!exiting) { in awk_exit()3540 exiting = TRUE; in awk_exit()
331 bool "Clean up all memory before exiting (usually not needed)"
811 IF_FEATURE_CLEAN_UP(smallint exiting;)841 # define G_exiting G.exiting