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

1234

/haiku-fatelf/src/libs/bsd/
H A Dgetpass.c21 bool changed = false; local
29 changed = tcsetattr(fileno(stdin), TCSAFLUSH, &noEchoTermios) == 0;
43 if (changed) {
50 if (changed)
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_touch.c75 wtouchln(WINDOW *win, int y, int n, int changed) argument
79 T((T_CALLED("wtouchln(%p,%d,%d,%d)"), win, y, n, changed));
87 win->_line[i].firstchar = changed ? 0 : _NOCHANGE;
88 win->_line[i].lastchar = changed ? win->_maxx : _NOCHANGE;
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DStringMatcher.cpp163 bool changed = false; local
173 changed = true;
180 changed = true;
184 if (changed) str = ret;
185 return changed;
/haiku-fatelf/src/bin/rcs/
H A Drcs.c117 * changed copyright header to reflect current distribution rules
187 * Replaced getdelta() with gettree(), changed breaklock to update
199 * curdir() with getfullRCSname(), cleaned up handling -U/L, and changed
289 int branchflag, changed, expmode, initflag; variable
524 changed = initflag | textflag;
533 changed |= StrictLocks ^ strictlock;
545 changed = true;
549 changed = true;
557 changed = true;
562 changed
978 register int changed = false; local
1324 int changed = false; local
1371 int changed = false; local
1461 int changed = false; local
[all...]
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursespad.cc101 bool changed = FALSE; local
106 changed = TRUE;
111 changed = TRUE;
123 changed = TRUE;
135 changed = TRUE;
147 changed = TRUE;
161 if (changed) {
/haiku-fatelf/src/bin/diffutils/src/
H A Danalyze.c323 The results are recorded in the vectors files[N].changed, by
350 files[1].changed[files[1].realindexes[yoff++]] = 1;
353 files[0].changed[files[0].realindexes[xoff++]] = 1;
374 files[1].changed[files[1].realindexes[part.ymid - 1]] = 1;
376 files[0].changed[files[0].realindexes[part.xmid]] = 1;
592 filevec[f].changed[i] = 1;
604 We do something when a run of changed lines include a
618 bool *changed = filevec[f].changed;
619 bool const *other_changed = filevec[1 - f].changed;
615 bool *changed = filevec[f].changed; local
[all...]
/haiku-fatelf/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-fatelf/src/apps/glteapot/
H A DObjectView.cpp673 bool changed = false; local
680 changed = true;
691 changed = true;
702 changed = true;
713 changed = true;
725 changed = true;
743 changed = true;
746 changed = changed || RepositionView();
747 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;
184 changed = true;
206 changed = false;
/haiku-fatelf/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-fatelf/src/bin/coreutils/src/
H A Dchmod.c110 /* Return true if the chmodable permission bits of FILE changed.
111 The old mode was OLD_MODE, but it was changed to NEW_MODE. */
119 have silently cleared. Check whether they actually changed. */
136 /* Tell the user how/if the MODE of FILE has been changed.
141 enum Change_status changed)
146 if (changed == CH_NOT_APPLIED)
148 printf (_("neither symbolic link %s nor referent has been changed\n"),
155 switch (changed)
158 fmt = _("mode of %s changed to %04lo (%s)\n");
277 bool changed local
140 describe_change(const char *file, mode_t mode, enum Change_status changed) argument
[all...]
H A Dchown-core.c105 /* Tell the user how/if the user and group of FILE have been changed.
110 describe_change (const char *file, enum Change_status changed, argument
117 if (changed == CH_NOT_APPLIED)
119 printf (_("neither symbolic link %s nor referent has been changed\n"),
142 switch (changed)
145 fmt = (user ? _("changed ownership of %s to %s\n")
146 : group ? _("changed group of %s to %s\n")
450 bool changed = local
455 if (changed || chopt->verbosity == V_high)
460 : !changed
[all...]
/haiku-fatelf/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-fatelf/src/bin/bash/support/
H A Dbashbug.sh227 # find the subject from the temp file and see if it's been changed
233 echo "$0: You have not changed the subject from the default."
256 echo "File not changed, no bug report submitted."
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-haiku.c166 int i, changed; local
168 changed = 0;
177 changed = 1;
182 if (changed)
H A Dvarobj.c860 expression to see if it's changed. Then go all the way
862 changed.
865 -2 if the type changed
866 Otherwise it is the number of children + parent changed
877 int changed = 0;
908 has changed. */
920 /* If this is a "use_selected_frame" varobj, and its type has changed,
921 them note that it's changed. */
925 changed++;
927 /* If values are not equal, note that it's changed
876 int changed = 0; local
[all...]
/haiku-fatelf/src/bin/writembr/
H A Dmbr.S234 ; dl has not changed yet, still contains the drive ID
244 ; dl has not changed yet, still contains the drive ID
269 ; dl has not changed yet, still contains the drive ID
304 ; dl has not changed yet, still contains the drive ID
/haiku-fatelf/src/preferences/mail/
H A DAutoConfigView.cpp478 bool changed = false; local
482 changed = true;
487 changed = true;
492 changed = true;
497 changed = true;
499 if (changed) {
/haiku-fatelf/src/servers/app/
H A DDesktopListener.cpp321 bool changed = false; local
324 changed = changed | listener->SetDecoratorSettings(window, settings);
326 return changed;
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_mmu.h116 uint32 changed : 1; member in struct:page_table_entry
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_power.c283 int changed; local
294 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0));
295 if (changed) {
308 return changed;
314 * is changed, if necessary.
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_vm_translation_map.cpp210 entry->changed = false;
485 bool modified = entry->changed;
520 *_outFlags |= entry->changed ? PAGE_MODIFIED : 0;
564 if (flags & PAGE_MODIFIED && entry->changed) {
565 entry->changed = false;
/haiku-fatelf/src/kits/interface/
H A DListView.cpp1455 case the selection was changed because of this method.
1469 bool changed = false;
1472 changed = _DeselectAll(index, index);
1480 return changed;
1503 case the selection was changed because of this method.
1516 bool changed = false;
1519 changed = _DeselectAll(from, to);
1537 changed = true;
1541 return changed;
1593 bool changed
[all...]
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-main.c320 int regnum, numregs, changed; local
332 cleanup = make_cleanup_ui_out_list_begin_end (uiout, "changed-registers");
343 changed = register_changed_p (regnum);
344 if (changed < 0)
350 else if (changed)
365 changed = register_changed_p (regnum);
366 if (changed < 0)
372 else if (changed)
398 /* Found a changed register. Return 1. */
1119 /* If we changed interpreter
[all...]

Completed in 149 milliseconds

1234