Searched refs:raise (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/libroot/posix/signal/
H A Draise.c20 raise(int sig) function
/haiku/src/apps/launchbox/
H A DPadView.cpp251 bool raise = false; local
257 raise = true;
259 raise = true;
265 raise = true;
267 raise = true;
270 if (raise)
412 item = new BMenuItem(B_TRANSLATE("Auto-raise"), new BMessage(MSG_TOGGLE_AUTORAISE));
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexp2l.s56 fstps (%rsp) # raise underflow
/haiku/src/system/libroot/posix/stdlib/
H A Dexit.cpp298 raise(SIGABRT);
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexp.s119 fstps (%esp) # raise underflow
/haiku/headers/posix/
H A Dsignal.h241 int raise(int _signal);
/haiku/src/apps/deskbar/
H A DBarView.h102 void RaiseDeskbar(bool raise);
H A DBarView.cpp355 // Activate Deskbar on click only if not in auto-raise mode and not
356 // in always-on-top mode. In auto-raise mode click activates through
388 // exit if both auto-raise and auto-hide are off
436 // raise Deskbar
820 TBarView::RaiseDeskbar(bool raise) argument
822 fIsRaised = raise;
824 // raise or lower Deskbar without changing the active window
825 if (raise) {
/haiku/src/libs/bsd/
H A Darc4random.c95 raise(SIGKILL);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2302 void raise() {} function
H A Dlibroot_stubs_legacy.c2281 void raise() {} function

Completed in 249 milliseconds