Searched refs:changed (Results 1 - 25 of 36) sorted by relevance

12

/haiku/src/libs/bsd/
H A Dgetpass.c22 bool changed = false; local
30 changed = tcsetattr(fileno(stdin), TCSAFLUSH, &noEchoTermios) == 0;
44 if (changed) {
51 if (changed)
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DStringMatcher.cpp153 bool changed = false; local
163 changed = true;
170 changed = true;
174 if (changed) str = ret;
175 return changed;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_caps.c75 int changed, rxmask; local
80 changed = 0;
84 changed = 1;
89 changed = 1;
91 if (changed) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tdma.h53 const struct ieee80211_tdma_param *tdma, int changed);
H A Dif_ath_tdma.c357 const struct ieee80211_tdma_param *tdma, int changed)
378 if (changed != 0) {
382 if (changed & TDMA_UPDATE_SLOTLEN)
356 ath_tdma_update(struct ieee80211_node *ni, const struct ieee80211_tdma_param *tdma, int changed) argument
/haiku/src/bin/network/telnetd/
H A Dtermstat.c219 * then delay that until after we have changed the MODE.
281 * Negotiate linemode on if pty state has changed to turn it on.
314 * If edit mode changed, send edit mode.
466 int ack, changed; local
479 if ((changed = (useeditmode ^ editmode))) {
482 * state of the tty has changed (due to the user
491 if (changed & MODE_EDIT)
494 if (changed & MODE_TRAPSIG)
497 if (changed & MODE_SOFT_TAB)
500 if (changed
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp64 // Notify our parent scroll view. Note: the value already has changed,
65 // so that we can't check, if it really has changed.
690 // flags indicates which scrollbars' visibility has changed.
771 // has been changed and it therefore falls out of the range. But if,
795 // Returns true, if the state was actually changed, false otherwise.
802 bool changed = false;
809 changed = true;
811 return changed;
819 // according to which scroll bar's visibility state has changed, 0 if none.
824 uint32 changed local
[all...]
/haiku/src/apps/glteapot/
H A DObjectView.cpp681 bool changed = false; local
688 changed = true;
699 changed = true;
710 changed = true;
721 changed = true;
733 changed = true;
751 changed = true;
754 changed = changed || RepositionView();
755 changed
[all...]
H A DGLObject.h63 bool changed; member in class:GLObject
H A DGLObject.cpp90 changed(false),
145 changed = true;
161 bool c = changed;
185 changed = true;
207 changed = false;
/haiku/src/bin/
H A Dlistfont.cpp86 bool changed = update_font_families(true); local
87 printf("font families %s.\n", changed ? "changed" : "did not change");
/haiku/src/servers/app/
H A DDesktopSettingsPrivate.h79 bool* changed = NULL);
81 bool* changed = NULL);
82 // changed must be boolean array equal in
H A DDesktopListener.cpp321 bool changed = false; local
324 changed = changed | listener->SetDecoratorSettings(window, settings);
326 return changed;
H A DDesktopSettings.h106 bool* changed = NULL);
H A DDesktopSettings.cpp668 bool* changed)
674 if (changed != NULL)
675 *changed = fShared.colors[index] != color;
688 DesktopSettingsPrivate::SetUIColors(const BMessage& colors, bool* changed) argument
706 if (changed != NULL)
707 changed[index] = false;
713 if (changed != NULL)
714 changed[index] = fShared.colors[colorIndex] != color;
1064 LockedDesktopSettings::SetUIColors(const BMessage& colors, bool* changed) argument
1066 fSettings->SetUIColors(colors, &changed[
667 SetUIColor(color_which which, const rgb_color color, bool* changed) argument
[all...]
/haiku/headers/private/kernel/arch/ppc/
H A Darch_mmu_amcc440.h99 uint32 changed : 1;
H A Darch_mmu.h116 uint32 changed : 1; member in struct:page_table_entry
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp273 // update file time and check whether something has changed
276 bool changed = fDirectoryPaths != oldDirectoryPaths; local
277 if (changed || fLastChangeTime < 0)
281 *_changed = changed;
300 // last time something actually changed
635 bool changed = false; local
636 status_t result = root->ReadDefinition(&changed);
642 if (!changed)
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_power.c292 int changed; local
303 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0));
304 if (changed) {
317 return changed;
323 * is changed, if necessary.
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp727 bool changed = false; local
737 changed |= SelectItem(box, false);
739 changed |= DeselectItem(box);
743 if (changed) {
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp510 bool changed = false; local
540 changed = true;
554 changed = true;
558 if (changed)
/haiku/src/kits/interface/
H A DListView.cpp702 // bail out if selection hasn't changed
773 // redraw items whose selection has changed
1704 case the selection was changed because of this method.
1718 bool changed = false;
1721 changed = _DeselectAll(index, index);
1729 return changed;
1753 case the selection was changed because of this method.
1766 bool changed = false;
1769 changed = _DeselectAll(from, to);
1787 changed
[all...]
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp471 bool changed = _HasMarkedChanged(fInboundAuthMenu, fInboundAuthItemStart) local
476 if (changed) {
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp672 bool modified = entry->changed;
996 *_outFlags |= entry->changed ? PAGE_MODIFIED : 0;
1179 if (flags & PAGE_MODIFIED && entry->changed) {
1180 entry->changed = false;
1320 // something changed -- check again
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp672 bool modified = entry->changed;
996 *_outFlags |= entry->changed ? PAGE_MODIFIED : 0;
1179 if (flags & PAGE_MODIFIED && entry->changed) {
1180 entry->changed = false;
1320 // something changed -- check again

Completed in 202 milliseconds

12