Home
last modified time | relevance | path

Searched refs:at_exit (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.bin/less/
H A Doutput.c55 at_exit(); in put_line()
249 at_exit(); in error()
263 at_exit(); in error()
292 at_exit(); in ierror()
297 at_exit(); in ierror()
H A Dscreen.c699 at_exit(); in clear_bot()
724 at_exit(void) in at_exit() function
746 at_exit(); in at_switch()
H A Dfuncs.h34 void at_exit(void);
H A Dcommand.c677 at_exit(); in prompt()
/openbsd/gnu/usr.bin/perl/cpan/File-Temp/lib/File/
H A DTemp.pm875 cleanup(at_exit => 1);
882 my $at_exit = delete $h{at_exit};
883 $at_exit = 0 if not defined $at_exit;
913 if ($at_exit) {
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp86 static AtExit at_exit; variable
/openbsd/gnu/gcc/gcc/
H A Dtree-vectorizer.c832 bool at_exit; in slpeel_tree_duplicate_loop_to_edge_cfg() local
837 at_exit = (e == loop->single_exit); in slpeel_tree_duplicate_loop_to_edge_cfg()
838 if (!at_exit && e != loop_preheader_edge (loop)) in slpeel_tree_duplicate_loop_to_edge_cfg()
887 if (at_exit) /* Add the loop copy at exit. */ in slpeel_tree_duplicate_loop_to_edge_cfg()
/openbsd/gnu/usr.bin/perl/lib/
H A Dperl5db.pl9969 DB::fake::at_exit();
10398 sub at_exit { subroutine