HomeSort by: relevance | last modified time | path
    Searched defs:leave (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
sig1.c 6 leave (int n) function
16 signal (SIGFPE, leave);
sig2.c 12 leave (int n, siginfo_t *info, void *x) function
21 sa.sa_sigaction = leave;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
sig1.c 6 leave (int n) function
16 signal (SIGFPE, leave);
sig2.c 12 leave (int n, siginfo_t *info, void *x) function
21 sa.sa_sigaction = leave;
  /src/common/dist/zlib/
configure 99 # leave this script, optionally in a bad way
100 leave() function
150 leave 1;;
432 leave 1
929 leave 0
  /src/games/sail/
pl_1.c 59 leave(int conditions) function
124 leave(LEAVE_QUIT);
  /src/games/backgammon/teachgammon/
teach.c 92 leave();
148 leave(void) function
  /src/external/historical/nawk/dist/testdir/
chem.awk 125 from = "from Last." leave(last, dir) " " fields(cf, NF)
140 return "from " n "." leave(labtype[n], dir)
174 n, $0, leave(type,dir+180), leave(last,dir)
346 leave(type,dir+180), leave(last,dir))
349 function leave(last, d, c, c1) { # return vertex of last in dir d function
450 if (substr(s1, 1, 1) == "!") { # !mol => leave alone
  /src/external/gpl3/gcc/dist/gcc/
value-pointer-equiv.cc 58 void leave (basic_block);
85 ssa_equiv_stack::leave (basic_block) function in class:ssa_equiv_stack
220 pointer_equiv_analyzer::leave (basic_block bb) function in class:pointer_equiv_analyzer
222 m_cond_points->leave (bb);
  /src/external/gpl3/gcc.old/dist/gcc/
value-pointer-equiv.cc 58 void leave (basic_block);
85 ssa_equiv_stack::leave (basic_block) function in class:ssa_equiv_stack
220 pointer_equiv_analyzer::leave (basic_block bb) function in class:pointer_equiv_analyzer
222 m_cond_points->leave (bb);
gimple-ssa-evrp-analyze.cc 315 not be unwound as we leave scope.
319 into the global tables and must be unwound as we leave
409 /* Restore/pop VRs valid only for BB when we leave BB. */
412 evrp_range_analyzer::leave (basic_block bb ATTRIBUTE_UNUSED) function in class:evrp_range_analyzer
  /src/games/hunt/hunt/
hunt.c 309 leave(1, "connect");
480 leave(1, "fork failed.");
620 * leave:
621 * Leave the game somewhat gracefully, restoring all current
625 leave(int exitval, const char *fmt, ...) function
639 * Leave the game somewhat gracefully, restoring all current
  /src/games/worm/
worm.c 87 static void leave(int) __dead;
118 signal(SIGINT, leave);
119 signal(SIGQUIT, leave);
208 leave(int dummy) function
356 leave(0);
  /src/sys/arch/hpc/hpc/platid_gen/
platid_gen.c 80 void leave(void);
244 leave(void) function
331 leave();
  /src/bin/ksh/
exec.c 452 int leave = LLEAVE; local
525 goto Leave;
576 goto Leave;
581 goto Leave;
632 /* ksh functions set $0 to function name, POSIX functions leave
741 leave = LEXIT;
742 Leave:
745 unwind(leave);
  /src/external/gpl2/groff/dist/contrib/groffer/
groffer2.sh 1879 # leave ([<code>])
1883 leave() function
4411 leave;
4423 leave;
4776 leave;
5766 # Check on option `-V'; if set print the corresponding output and leave.
5789 leave;
  /src/external/bsd/wpa/dist/src/drivers/
driver_bsd.c 735 struct ieee80211_leave_event *leave; local
783 leave = (struct ieee80211_leave_event *) &ifan[1];
784 drv_event_disassoc(drv->ctx, leave->iev_addr);
  /src/sbin/route/
route.c 1349 struct ieee80211_leave_event leave; member in union:__anon805
1423 evlen = sizeof(ev.leave);
1424 printf("leave");
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 108 leave();
116 void leave() { function in class:Parser::ObjCTypeParamListScope
3493 // ActOnPackExpansion here, leave it to template instantiation time where

Completed in 53 milliseconds