Searched refs:deleted (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dtimer.cpp156 bool deleted; local
159 deleted = false;
170 deleted = true;
178 if (!deleted)
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dtimer.c155 bool deleted; local
158 deleted = false;
169 deleted = true;
177 if (!deleted)
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl8169/
H A Dtimer.c155 bool deleted; local
158 deleted = false;
169 deleted = true;
177 if (!deleted)
/haiku-fatelf/src/bin/debug/profile/
H A DThread.cpp283 int32 deleted = image->GetImage()->DeletionEvent(); local
284 if (deleted >= 0 && event >= deleted) {
298 int32 deleted = image->GetImage()->DeletionEvent(); local
299 if (deleted >= 0 && event >= deleted) {
300 // image already deleted
/haiku-fatelf/src/kits/interface/
H A DDecorInfo.cpp212 DecorInfo::CheckForChanges(bool& deleted) argument
223 deleted = true;
299 fprintf(stderr, "DecorInfo::_Init()\tERROR: decorator deleted"
400 bool deleted = false; local
401 decorInfo->CheckForChanges(deleted);
403 if (deleted) {
H A DView.cpp683 // TODO: see about BShelf! must I delete it here? is it deleted by
4064 // the top level view is deleted by the app_server automatically
4939 BView::_LayoutLeft(BLayout* deleted) argument
4943 // deleted by the layout it has been added to, this method is called so
4945 if (fLayoutData->fLayout == deleted)
/haiku-fatelf/headers/private/interface/
H A DDecorInfo.h59 bool CheckForChanges(bool &deleted);
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dgooglefs.h78 int deleted:1; member in struct:fs_node
/haiku-fatelf/src/bin/diffutils/src/
H A Dcontext.c214 while (next && next->line0 + next->deleted <= i)
223 Otherwise it is "deleted". */
251 If lines were deleted here in file 0, this is "changed".
253 prefix = (next->deleted > 0 ? "!" : "+");
355 /* For each difference, first output the deleted part. */
357 k = next->deleted;
406 top0 = start->line0 + start->deleted;
426 It should be 1 if all the lines inserted or deleted in that change
H A Dutil.c511 the line is inserted, deleted, changed, etc.). */
647 If no lines from file 0 are deleted, then FIRST0 is LAST0+1.
649 Return UNCHANGED if only ignorable lines are inserted or deleted,
650 OLD if lines of file 0 are deleted,
679 l0 = next->line0 + next->deleted - 1;
681 show_from += next->deleted;
709 /* If all inserted or deleted lines are ignorable,
760 long deleted = sp->deleted;
763 line0, line1, deleted, inserte
749 long deleted = sp->deleted; local
[all...]
H A Ddiff.h207 Each `struct change' represents one place where some lines are deleted
211 DELETED is the number of lines deleted here from file 0.
221 lin deleted; /* # lines of file 0 changed here. */
222 lin line0; /* Line number of 1st deleted line. */
219 lin deleted; /* # lines of file 0 changed here. */ member in struct:change
H A Danalyze.c77 of deleted lines (counting only lines before the midpoint).
79 lines inserted or deleted (counting only lines before the midpoint),
711 DELETED is the number of lines deleted here from file 0.
718 add_change (lin line0, lin line1, lin deleted, lin inserted,
726 new->deleted = deleted;
731 /* Scan the tables of which lines are inserted and deleted,
768 /* Scan the tables of which lines are inserted and deleted,
714 add_change(lin line0, lin line1, lin deleted, lin inserted, struct change *old) argument
/haiku-fatelf/src/apps/mail/
H A DContent.h194 struct { bool replaced, deleted; } fUndoState; member in struct:TTextView::__anon3045
H A DContent.cpp911 fUndoState.deleted = false;
2732 fUndoState.deleted = false;
2791 fUndoState.deleted = true;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c2381 * and the existing DOS name is deleted
2408 BOOL deleted; local
2426 deleted = FALSE;
2438 deleted = TRUE;
2443 if (!deleted) {
2593 BOOL deleted = FALSE; local
2627 deleted = TRUE;
2650 if (!deleted) {
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbarch.sh460 # deleted. See: maint print registers. NOTE: cagney/2002-05-02: This
478 # DEPRECATED_REGISTER_SIZE can be deleted.
540 # be deleted. The commented out extract_returned_value_address method
1083 gdbarch_obstack_zalloc. That memory will be deleted when the
1084 corresponding architecture object is deleted.
H A DChangeLog-3.x2853 info; deleted history_info.
2877 register and deleted several variables which weren't used. Also
3371 <sys/ioctl.h> inside of USG depends and deleted all SYSV ifdef's
3612 and which I fixed earlier. Also deleted definition of
4646 whether the current display point should be deleted.
/haiku-fatelf/headers/os/interface/
H A DView.h592 void _LayoutLeft(BLayout* deleted);
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh1472 with it are deleted. Otherwise, only FILE itself is deleted using RM."
1617 If FILE is a libtool library, all the files associated with it are deleted.
1618 Otherwise, only FILE itself is deleted using RM."
8352 # Try to remove the ${objdir}s in the directories where we deleted files
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure4320 ... rest of stderr output deleted ...
33190 /* Make sure it was deleted. */
[all...]

Completed in 440 milliseconds