Searched refs:History (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/bfs_tools/lib/
H A Dmakefile112 @zip -y `basename $(NAME)`-`date +%Y-%m-%d`.zip *.[ch]* *.rsrc makefile History ToDo test/*.[ch]* test/makefile
/haiku/src/apps/mail/
H A DKUndoBuffer.cpp12 History = history;
155 undo_type c_history = CurrentUndoItem->History;
205 *history = undoItem->History;
228 *history = undoItem->History;
231 *replaced = ItemAt(fIndex + 1)->History == K_REPLACED;
248 switch (item->History) {
H A DKUndoBuffer.h29 undo_type History; member in class:KUndoItem
H A DContent.cpp1098 if (item->History == K_INSERTED) {
1100 fUndoBuffer.AddUndo(item->RedoText, item->Length, item->Offset, item->History, item->CursorPos);
1383 if (undo->History == K_INSERTED) {
1386 undo->Offset, undo->History, undo->CursorPos);
3055 if (item->History == K_INSERTED) {
3058 item->History, item->CursorPos);
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.h144 History* fHistory;

Completed in 106 milliseconds